Skip to content

Commit 963141b

Browse files
authored
Update README.md
typo
1 parent f23d62f commit 963141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ In order to use the retry mechanism call the APIs with an additional parameter `
230230

231231
```java
232232
int retries = 4;
233-
streamResult = apiInstance.tweets()apiInstance.tweets().sampleStream()
233+
streamResult = apiInstance.tweets().sampleStream()
234234
.tweetFields(tweetFields)
235235
.execute(retries);
236236

0 commit comments

Comments
 (0)