Skip to content

Commit c182dd0

Browse files
authored
Update README.md
1 parent 5b54242 commit c182dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Syntax Reference
6767
| Negative Lookahead | `!e` | Matches without consuming input if expression *e* fails to match the input |
6868
| Cut Before | `--e` | Issues a cut instruction before the expression *e* |
6969
| Cut After | `e--` | Issues a cut instruction after the expression *e* |
70-
| Action Scheduling | `e < a` | Schedules a semantic action *a* to be evaluated if expression *e* successfully matches the input |
71-
| Attribute Binding | `v % e` | Binds the return value of the last evaluated semantic action within the expression *e* to the attribute *v* |
70+
| Action | `e < a` | Schedules a semantic action *a* to be evaluated if expression *e* successfully matches the input |
71+
| Attribute | `v % e` | Binds the return value of the last evaluated semantic action within the expression *e* to the attribute *v* |
7272

7373
| Control | Description |
7474
| --- | --- |

0 commit comments

Comments
 (0)