Skip to content

Commit e98439f

Browse files
authored
Fix in the description
The description previously said "Returns true if thisChar contains a letter"
1 parent 5cab6fd commit e98439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Characters/isSpace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subCategories: [ "Characters" ]
1818

1919
[float]
2020
=== Description
21-
Analyse if a char is the space character. Returns true if thisChar contains a letter.
21+
Analyse if a char is the space character. Returns true if thisChar contains the space character.
2222
[%hardbreaks]
2323

2424

0 commit comments

Comments
 (0)