diff options
Diffstat (limited to 'lib/control_flow.nom')
| -rw-r--r-- | lib/control_flow.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control_flow.nom b/lib/control_flow.nom index 254d81d..5adcbd5 100644 --- a/lib/control_flow.nom +++ b/lib/control_flow.nom @@ -39,7 +39,7 @@ immediately: # Helper function immediately: - rule [tree %tree has function call %call] =: + action [tree %tree has function call %call]: lua> ".." local target = (\%call).stub; for subtree,_ in coroutine.wrap(function() nomsu:walk_tree(\%tree); end) do |
