Skip to content

Commit 55417c3

Browse files
authored
Merge pull request #289 from sebuls/patch-6
Fix some typos.
2 parents d42b8fd + 2e0e813 commit 55417c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Functions/Characters/isHexadecimalDigit.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "isHexadecimalDigit()"
33
categories: [ "Functions" ]
44
subCategories: [ "Characters" ]
@@ -25,7 +25,7 @@ Analyse if a char is an hexadecimal digit (A-F, 0-9). Returns true if thisChar c
2525
=== Syntax
2626
[source,arduino]
2727
----
28-
`isHexadecilamDigit(thisChar)`
28+
`isHexadecimalDigit(thisChar)`
2929
----
3030

3131
[float]
@@ -79,4 +79,4 @@ else
7979
* #LANGUAGE# link:../../communication/serial/read[read()]
8080

8181
--
82-
// SEE ALSO SECTION ENDS
82+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)