aboutsummaryrefslogtreecommitdiff
path: root/core.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core.nom')
-rw-r--r--core.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/core.nom b/core.nom
index 08115fa..51ecb84 100644
--- a/core.nom
+++ b/core.nom
@@ -182,13 +182,13 @@ rule ["max of %items with respect to %keys"]:
macro [..]
"%list 's %index", "%index st in %list", "%index nd in %list", "%index rd in %list"
- "%index th in %list"
+ "%index th in %list", "%index in %list"
..:
".."|\%list as lua expr\[\%index as lua expr\]
macro block [..]
"%list 's %index = %value", "%index st in %list = %value", "%index nd in %list = %value"
- "%index rd in %list = %value", "%index th in %list = %value"
+ "%index rd in %list = %value", "%index th in %list = %value", "%index in %list = %value"
..:
".."|\%list as lua expr\[\%index as lua expr\] = \%value as lua expr\