Fix alias in countrunes.md

Fixes #84.
This commit is contained in:
James Rhea
2017-08-16 16:45:47 -04:00
committed by digitalcraftsman
parent 5e26bb9747
commit 2a14624dfb
+1 -1
View File
@@ -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.