Skip to content

Commit e92f764

Browse files
authored
Merge pull request #27 from ShambaC/patch-1
Update sdks.mdx to fix language title
2 parents 6f3fe5c + 2fccd74 commit e92f764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-api/tools-and-libraries/sdks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ The methods provided within the library client are clearly named to correspond w
111111
Here is an example of Post lookup by ID:
112112

113113
<Tabs>
114-
<Tab title="JavaScript">
115-
```js
114+
<Tab title="Java">
115+
```java
116116
String id = "1511757922354663425"; // String | A single Tweet ID.
117117
Set<String> expansions = new HashSet<>(Arrays.asList("author_id")); // Set<String> | A comma separated list of fields to expand.
118118
Set<String> tweetFields = new HashSet<>(Arrays.asList("created_at", "lang", "context_annotations")); // Set<String> | A comma separated list of Tweet fields to display.

0 commit comments

Comments
 (0)