Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Nov 5, 2024
1 parent 9d397b2 commit ce1f00c
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 @@ -554,7 +554,7 @@ public class EventFeedExample {
}
});

// Example 2: Using `flatten()` on a `FeedIterator`
// Example 3: Using `flatten()` on a `FeedIterator`
FeedIterator<Product> flattenedIterator = client.feed(
fql("Product.all().eventSource()"),
options,
Expand Down

0 comments on commit ce1f00c

Please sign in to comment.