summaryrefslogtreecommitdiff
path: root/src/paca.mjs
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-07-13 21:04:02 -0300
committerEuAndreh <eu@euandre.org>2025-07-13 21:04:02 -0300
commit99446645580b1ceb1c769ecf0b1424877b852f67 (patch)
treedcb5f6326fe851e81f424c5c4444908948f04284 /src/paca.mjs
parentsrc/paca.mjs (rangeStateStep): Refine indentation and alignment (diff)
downloadpaca-99446645580b1ceb1c769ecf0b1424877b852f67.tar.gz
paca-99446645580b1ceb1c769ecf0b1424877b852f67.tar.xz
src/paca.mjs (rangeStateStep): Fix typo in SyntaxError message
Diffstat (limited to '')
-rw-r--r--src/paca.mjs2
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 {