Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix punctuation in traversal function documentation
Updated the traversal function documentation to maintain consistency in punctuation.

PR-URL: #617
Credit: @shaymolcho
Close: #617
Reviewed-by: @
  • Loading branch information
shaymolcho authored and isaacs committed Nov 7, 2025
commit 13e68eadbc4f0aacd9d6ffbcb4b28a34d5d8512c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ again.

### `g.stream()`

Stream results asynchronously,
Stream results asynchronously.

### `g.streamSync()`

Expand Down