We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747f102 commit 1501a89Copy full SHA for 1501a89
packages/api-graph/src/private/Graph.ts
@@ -143,7 +143,7 @@ class Graph extends EventTarget {
143
144
const stream = new ReadableStream<GraphChangeEvent>({
145
cancel() {
146
- // Iterator.cancel() will call cancel().
+ // Iterator.return() will call cancel().
147
observerControllerSet.delete(thisController);
148
},
149
start(controller) {
0 commit comments