Skip to content

Commit 47de0f7

Browse files
committed
Correct documentation about word boundaries.
1 parent 5355337 commit 47de0f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ To create specific rules for initial, final, and standalone tokens, the `%`
217217
character is used to mark the word boundary. Hence:
218218

219219
```
220-
"token%": "transliteration of token at beginning of word"
221-
"%token": "transliteration of token at end of word"
220+
"%token": "transliteration of token at beginning of word"
221+
"token%": "transliteration of token at end of word"
222222
"%token%": "transliteration of standalone token"
223223
"token": "transliteration of token anywhere else not specified"
224224
```

0 commit comments

Comments
 (0)