From 2a14624dfb623fb7230e111fa9091ada987141a1 Mon Sep 17 00:00:00 2001 From: James Rhea Date: Wed, 16 Aug 2017 16:45:47 -0400 Subject: [PATCH] Fix alias in countrunes.md Fixes #84. --- content/functions/countrunes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/functions/countrunes.md b/content/functions/countrunes.md index bcb136f86..8e72602b9 100644 --- a/content/functions/countrunes.md +++ b/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.