Skip to content

Commit 1dab71c

Browse files
authored
Merge pull request #239 from lcnetdev/fix_doc
Fix documentation on word boundary.
2 parents ccd6795 + 47de0f7 commit 1dab71c

2 files changed

Lines changed: 398 additions & 397 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)