Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 11, 2024
1 parent 55c7322 commit e690935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lips.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ if (options.version || options.V) {
return run('(for-each (lambda (x) (write x) (newline)) output)', interp, options.d || options.dynamic);
});
} else if (options.e || options.eval) {
// from 1.0 documentation should use -e but it's not breaking change
// from 1.0 documentation should use -e but it's not a breaking change
bootstrap(interp).then(function() {
const code = options.e || options.eval;
const dynamic = options.d || options.dynamic;
Expand Down

0 comments on commit e690935

Please sign in to comment.