Skip to content

Commit

Permalink
fix the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khashashin committed May 27, 2024
1 parent b0a6cb3 commit f54a6a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ce/transliteration",
"version": "0.2.8",
"version": "0.2.9",
"exports": "./translit.ts"
}
4 changes: 2 additions & 2 deletions translit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* Demo: https://chechen-language.github.io/repositories/chechen-transliterator/?text=дӏахьаьдира
*
* @module translit
*
* Special Handling:
* - The character 'н' at the end of a word is generally transliterated as 'ŋ'.
* - If the word is in the `blacklist`, 'н' is transliterated as 'n'.
* - If the word is in the `unsureList`, 'н' is transliterated as 'ŋ[REPLACE]' to indicate manual review is needed.
*
* @module translit
*
* @example
* ```js
* import { apply, translitMap } from "@ce/transliteration";
Expand Down

0 comments on commit f54a6a1

Please sign in to comment.