aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/collections.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/collections.nom b/lib/collections.nom
index a2ee0cc..5b74d85 100644
--- a/lib/collections.nom
+++ b/lib/collections.nom
@@ -104,7 +104,7 @@ immediately
assume ((%value's "type") is "Var") or barf ".."
List comprehension has the wrong type for the value loop variable. Expected Var, but got: \(%value's "type")
return {..}
- expr: ".."
+ expr: ".."
(function()
local comprehension = {};
for \(%key as lua expr), \(%value as lua expr) in pairs(\(%iterable as lua expr)) do