Skip to content

Commit c19c070

Browse files
committed
Update comment
1 parent 57ac88b commit c19c070

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/iter/flow/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/iter/flow/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function iterFlow( methods ) {
209209
}
210210
}
211211

212-
// Bind the provided iterator functions to the `Iterator` prototype...
212+
// Bind the provided iterator functions to the constructor prototype...
213213
keys = objectKeys( methods );
214214
for ( i = 0; i < keys.length; i++ ) {
215215
k = keys[ i ];

0 commit comments

Comments
 (0)