We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ac88b commit c19c070Copy full SHA for c19c070
lib/node_modules/@stdlib/iter/flow/lib/main.js
@@ -209,7 +209,7 @@ function iterFlow( methods ) {
209
}
210
211
212
- // Bind the provided iterator functions to the `Iterator` prototype...
+ // Bind the provided iterator functions to the constructor prototype...
213
keys = objectKeys( methods );
214
for ( i = 0; i < keys.length; i++ ) {
215
k = keys[ i ];
0 commit comments