Skip to content

Commit 1501a89

Browse files
committed
Fix comment
1 parent 747f102 commit 1501a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-graph/src/private/Graph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Graph extends EventTarget {
143143

144144
const stream = new ReadableStream<GraphChangeEvent>({
145145
cancel() {
146-
// Iterator.cancel() will call cancel().
146+
// Iterator.return() will call cancel().
147147
observerControllerSet.delete(thisController);
148148
},
149149
start(controller) {

0 commit comments

Comments
 (0)