diff options
author | praschke <stel@comfy.monster> | 2023-10-16 23:26:35 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-17 22:45:27 +0100 |
commit | 881a7cd77d4894db490de274bf32119228137a21 (patch) | |
tree | 039023e2b2c4dcc33c9cd8a5c2d9cdfcfbdbaad8 /docs/templates.md | |
parent | 23a1ca60d65c0f896b954633792f2f4fc544a3d7 (diff) |
docs: isMoraPitchHigh and getKanaMorae
Diffstat (limited to 'docs/templates.md')
-rw-r--r-- | docs/templates.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 <details> <summary>Syntax:</summary> - <code>{{#isMoraPitchHigh <i>index</i> <i>position</i>}}{{/isMoraPitchHigh}}</code> + <code>{{isMoraPitchHigh <i>index</i> <i>position</i>}}</code> </details> <details> <summary>Example:</summary> @@ -517,7 +517,7 @@ Returns an array of the mora for a kana string. <details> <summary>Syntax:</summary> - <code>{{#getKanaMorae <i>kana-string</i>}}{{/getKanaMorae}}</code> + <code>{{getKanaMorae <i>kana-string</i>}}</code> </details> <details> <summary>Example:</summary> |