From 881a7cd77d4894db490de274bf32119228137a21 Mon Sep 17 00:00:00 2001 From: praschke Date: Mon, 16 Oct 2023 23:26:35 +0100 Subject: docs: isMoraPitchHigh and getKanaMorae --- docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/templates.md b/docs/templates.md index 05a5247a..b99702b3 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -494,7 +494,7 @@ Returns whether or not a mora will have a high pitch, given the index of the mor
Syntax: - {{#isMoraPitchHigh index position}}{{/isMoraPitchHigh}} + {{isMoraPitchHigh index position}}
Example: @@ -517,7 +517,7 @@ Returns an array of the mora for a kana string.
Syntax: - {{#getKanaMorae kana-string}}{{/getKanaMorae}} + {{getKanaMorae kana-string}}
Example: -- cgit v1.2.3