From bfc67851272c3140bec119a31c6236bd7cbba0cc Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Sat, 4 Jan 2020 23:42:38 +0100 Subject: [PATCH] exlamation -> exclamation --- Language/Functions/Characters/isPunct.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Characters/isPunct.adoc b/Language/Functions/Characters/isPunct.adoc index 001fd7588..7f9d159dd 100644 --- a/Language/Functions/Characters/isPunct.adoc +++ b/Language/Functions/Characters/isPunct.adoc @@ -17,7 +17,7 @@ subCategories: [ "Characters" ] [float] === Description -Analyse if a char is punctuation (that is a comma, a semicolon, an exlamation mark and so on). Returns true if thisChar is punctuation. +Analyse if a char is punctuation (that is a comma, a semicolon, an exclamation mark and so on). Returns true if thisChar is punctuation. [%hardbreaks]