From f54a6a1ed78cfa70089ed235c5052e6fd321fcfb Mon Sep 17 00:00:00 2001 From: Yusuf Khasbulatov Date: Tue, 28 May 2024 00:29:32 +0200 Subject: [PATCH] fix the docs --- jsr.json | 2 +- translit.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index 7408f40..5673fe6 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@ce/transliteration", - "version": "0.2.8", + "version": "0.2.9", "exports": "./translit.ts" } \ No newline at end of file diff --git a/translit.ts b/translit.ts index 675400f..4f4072d 100644 --- a/translit.ts +++ b/translit.ts @@ -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";