Skip to content

Commit

Permalink
fix grammar #150
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 26, 2024
1 parent 4e67806 commit 8c6572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lips.js
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ class Parser {
}
}
_with_stdin(fn) {
// change stdin to parser extention can use current-input
// change stdin to parser extension can use current-input
// to read data from the parser stream #150
const interaction = this.__env__.get('**interaction-environment**');
const internal = interaction.get('**internal-env**');
Expand Down

0 comments on commit 8c6572b

Please sign in to comment.