summaryrefslogtreecommitdiffstats
path: root/docs/content/functions/countrunes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/functions/countrunes.md')
-rw-r--r--docs/content/functions/countrunes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/functions/countrunes.md b/docs/content/functions/countrunes.md
index bcb136f86..8e72602b9 100644
--- a/docs/content/functions/countrunes.md
+++ b/docs/content/functions/countrunes.md
@@ -15,7 +15,7 @@ workson: []
hugoversion:
relatedfuncs: []
deprecated: false
-aliases: [/functions/countrunes/,/functions/countwords/]
+aliases: [/functions/countrunes/]
---
In contrast with `countwords` function, which counts every word in a string, the `countrunes` function determines the number of runes in the content and excludes any whitespace. This has specific utility if you are dealing with CJK-like languages.