Skip to content

Commit 2fccd74

Browse files
authored
Update sdks.mdx
Fix language title on tab from Javascript to Java Signed-off-by: Shamba Chowdhury <38806897+ShambaC@users.noreply.github.com>
1 parent 0744775 commit 2fccd74

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)