From 2e0e8132cebcc417cd1cb316e790514dcc9d6715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=84=B8=EB=B2=8C?= Date: Tue, 19 Dec 2017 15:32:35 +0900 Subject: [PATCH] Fix some typos. Fix some typos and remove first strange characer (may be a BOM) --- Language/Functions/Characters/isHexadecimalDigit.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Language/Functions/Characters/isHexadecimalDigit.adoc b/Language/Functions/Characters/isHexadecimalDigit.adoc index 614287106..58f66c4d5 100644 --- a/Language/Functions/Characters/isHexadecimalDigit.adoc +++ b/Language/Functions/Characters/isHexadecimalDigit.adoc @@ -1,4 +1,4 @@ ---- +--- title: "isHexadecimalDigit()" categories: [ "Functions" ] subCategories: [ "Characters" ] @@ -25,7 +25,7 @@ Analyse if a char is an hexadecimal digit (A-F, 0-9). Returns true if thisChar c === Syntax [source,arduino] ---- -`isHexadecilamDigit(thisChar)` +`isHexadecimalDigit(thisChar)` ---- [float] @@ -79,4 +79,4 @@ else * #LANGUAGE# link:../../communication/serial/read[read()] -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS