Skip to content

Commit 898949b

Browse files
authored
Merge pull request #890 from Dreamy-Z3r0/patch-1
Modification of Returns section
2 parents 322fa69 + cc5ff30 commit 898949b

File tree

1 file changed

+1
-1
lines changed
  • Language/Variables/Data Types/String/Functions

1 file changed

+1
-1
lines changed

Diff for: Language/Variables/Data Types/String/Functions/charAt.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Access a particular character of the String.
3535

3636
[float]
3737
=== Returns
38-
The n'th character of the String.
38+
The character at index n of the String.
3939

4040
--
4141
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)