Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Sep 10, 2024
1 parent 782bf9f commit e165301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ FaunaStream<Product> stream = client.stream(request, Product.class);
CompletableFuture<FaunaStream<Product>> futureStream = client.asyncStream(request, Product.class);
```

Alternatively, you also pass an FQL that returns a stream token to `stream()` or
Alternatively, you can pass an FQL that returns a stream token to `stream()` or
`asyncStream()`:

```java
Expand Down

0 comments on commit e165301

Please sign in to comment.