Skip to content

Commit 59b195e

Browse files
authored
Reword capitalization rules
1 parent c92f414 commit 59b195e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_ascii.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Experimental
103103
#### Description
104104

105105
Returns a capitalized version of an input character variable.
106-
Only the first alphanumeric character is capitalized.
107-
All following characters will become lowercase.
106+
The first alphabetical character is transformed to uppercase unless it follows a numeral.
107+
The rest of the character sequence is transformed to lowercase.
108108

109109
#### Syntax
110110

0 commit comments

Comments
 (0)