Skip to content

Commit

Permalink
Update Javascript Node input output.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguanghuib authored Oct 22, 2023
1 parent a9e8484 commit 563b0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Javascript Node input output.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rl.on('line', function (line) {
}
});
```
Case #4, multiple lines input, line number is uncertail:
Case #4, multiple lines input, line number is uncertain:
```js
const readline = require('readline');

Expand Down

0 comments on commit 563b0be

Please sign in to comment.