aboutsummaryrefslogtreecommitdiff
path: root/core/metaprogramming.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-19 17:21:08 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-19 17:21:17 -0800
commitacd1191fb06a51f70f553c1dc8b47cf245a1c913 (patch)
tree993bb69cc050426644b98d10fb1a3133b3623be6 /core/metaprogramming.nom
parent7f47d4204039258cec78c767f489b7809b4257ff (diff)
Tweaks and API cleanup.
Diffstat (limited to 'core/metaprogramming.nom')
-rw-r--r--core/metaprogramming.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom
index 165a814..fe97527 100644
--- a/core/metaprogramming.nom
+++ b/core/metaprogramming.nom
@@ -118,7 +118,7 @@ lua> "\
test:
(foo %x) means "outer"
- with local [(foo %)'s meaning]:
+ with {((foo %)'s meaning)}:
(foo %x) means:
%y = (%x + 1)
return %y