From 307085cfe023910048308192143c1a682d92123e Mon Sep 17 00:00:00 2001 From: Cashew <52880648+cashewnuttynuts@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:54:42 +0700 Subject: fix typo (#1151) --- docs/development/language-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/language-features.md b/docs/development/language-features.md index 799a6776..96ae5d49 100644 --- a/docs/development/language-features.md +++ b/docs/development/language-features.md @@ -200,7 +200,7 @@ transforms: { }, ``` -Now, only dictionary entries marked with the same "n" condition will be eligible for matching the `plural` rule. The verb "read" should be marked as "v" in the dictionary, and will no longer be matched by the `plural` rule. The entries in the dictionary need to be marked with the exact same conditions defined in the `conditions` object. The `isDictionaryForm` field can be set to `false`, to allow some conditions to be sued only in between rules, and not in the dictionary. In most cases however, it will be set to `true`. +Now, only dictionary entries marked with the same "n" condition will be eligible for matching the `plural` rule. The verb "read" should be marked as "v" in the dictionary, and will no longer be matched by the `plural` rule. The entries in the dictionary need to be marked with the exact same conditions defined in the `conditions` object. The `isDictionaryForm` field can be set to `false`, to allow some conditions to be used only in between rules, and not in the dictionary. In most cases however, it will be set to `true`. -- cgit v1.2.3