Skip to content

Commit 7b3b32a

Browse files
hellaisevilaliv3
authored andcommitted
Fix typo
1 parent 0b02981 commit 7b3b32a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@
13111311
return;
13121312
}
13131313
}
1314-
if (typeof this.read === 'function') {
1314+
if (typeof read === 'function') {
13151315
switch (this.readState) {
13161316
case 0:
13171317
this.readState = 1;

0 commit comments

Comments
 (0)