Skip to content

Commit 1ece86f

Browse files
authored
Update isLowerCase.adoc
1 parent a9b30f4 commit 1ece86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Characters/isLowerCase.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Analyse if a char is lower case (that is a letter in lower case). Returns true i
2525
=== Syntax
2626
[source,arduino]
2727
----
28-
`isLowerCase(thisChar)`
28+
isLowerCase(thisChar)
2929
----
3030

3131
[float]

0 commit comments

Comments
 (0)