Skip to content

Commit 443d1dc

Browse files
authored
Update isPunct.adoc
1 parent bafc02d commit 443d1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Characters/isPunct.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Analyse if a char is punctuation (that is a comma, a semicolon, an exlamation ma
2525
=== Syntax
2626
[source,arduino]
2727
----
28-
`isPunct(thisChar)`
28+
isPunct(thisChar)
2929
----
3030

3131
[float]

0 commit comments

Comments
 (0)