Skip to content

Commit 517e199

Browse files
committed
fix: Fix documentation.
1 parent 4e906c8 commit 517e199

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
@@ -220,7 +220,7 @@ for await (const row of client.runEventQlQuery(`
220220
}
221221

222222
// Somewhere else, abort the controller, which will cause
223-
// reading to end.
223+
// the query to end.
224224
controller.abort();
225225
```
226226

0 commit comments

Comments
 (0)