aboutsummaryrefslogtreecommitdiff
path: root/core/scopes.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/scopes.nom')
-rw-r--r--core/scopes.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scopes.nom b/core/scopes.nom
index 715409c..2d86ca4 100644
--- a/core/scopes.nom
+++ b/core/scopes.nom
@@ -15,7 +15,7 @@ test:
assume (%x == "outer")
externally (foo) means "outer foo"
- with local [action (foo)]:
+ with local [(foo)'s meaning]:
externally (foo) means "inner foo"
assume ((foo) == "inner foo")