Skip to content

Commit abc4ea1

Browse files
authored
Update isAlphaNumeric.adoc
1 parent fa3060d commit abc4ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Characters/isAlphaNumeric.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Analyse if a char is alphanumeric (that is a letter or a numbers). Returns true
2525
=== Syntax
2626
[source,arduino]
2727
----
28-
`isAlphaNumeric(thisChar)`
28+
isAlphaNumeric(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)