diff options
| author | EuAndreh <eu@euandre.org> | 2025-07-13 21:04:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-07-13 21:04:02 -0300 |
| commit | 99446645580b1ceb1c769ecf0b1424877b852f67 (patch) | |
| tree | dcb5f6326fe851e81f424c5c4444908948f04284 /src | |
| parent | src/paca.mjs (rangeStateStep): Refine indentation and alignment (diff) | |
| download | paca-99446645580b1ceb1c769ecf0b1424877b852f67.tar.gz paca-99446645580b1ceb1c769ecf0b1424877b852f67.tar.xz | |
src/paca.mjs (rangeStateStep): Fix typo in SyntaxError message
Diffstat (limited to '')
| -rw-r--r-- | src/paca.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paca.mjs b/src/paca.mjs index db6aa86..0b64a87 100644 --- a/src/paca.mjs +++ b/src/paca.mjs @@ -71,7 +71,7 @@ const rangeStateStep = ({ out, state, context }, char, _index, _next) => { state, context, error: new SyntaxError( - "extraneuos comma in range expression", + "extraneous comma in range expression", ), }); } else { |
