Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakerh400 committed Apr 22, 2021
1 parent 2c59797 commit 0a66777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/langs/undocumented/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const parse = src => {
if(ws.includes(byte))
continue;

if(byte < 0x21 || byte > 0x7e)
if(byte < 0x21 || byte > 0x7E)
esolangs.err(`Illegal character`);

ser.inc();
Expand Down

0 comments on commit 0a66777

Please sign in to comment.