Skip to content

Commit c1193cf

Browse files
authored
Merge pull request #290 from sebuls/patch-7
Removed backquotes in isHexadecimalDigit() file
2 parents ed27068 + 18c6df6 commit c1193cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Language/Functions/Characters/isHexadecimalDigit.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Analyse if a char is an hexadecimal digit (A-F, 0-9). Returns true if thisChar c
2525
=== Syntax
2626
[source,arduino]
2727
----
28-
`isHexadecimalDigit(thisChar)`
28+
29+
isHexadecimalDigit(thisChar)
30+
2931
----
3032

3133
[float]

0 commit comments

Comments
 (0)