Skip to content

Commit c4125bd

Browse files
author
smellai
committed
minor fix isAlpha
1 parent 7bf4921 commit c4125bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Characters/isAlpha.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Analyse if a char is alpha (that is a letter). Returns true if thisChar contains
2626
=== Syntax
2727
[source,arduino]
2828
----
29-
`isAlpha(thisChar)`
29+
isAlpha(thisChar)
3030
----
3131

3232
[float]

0 commit comments

Comments
 (0)