Skip to content

Commit c656ac4

Browse files
authored
Fixed the parameters description
1 parent e5097ef commit c656ac4

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

Language/Variables/Data Types/String/Functions/charAt.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ string.charAt(n)
3434
=== Parameters
3535
`string`: a variable of type String
3636

37-
`n`: a variable of type String
37+
`n`: a variable of type int
3838

3939

4040
[float]
@@ -59,4 +59,4 @@ The n'th character of the String.
5959
[role="example"]
6060
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
6161
--
62-
// SEE ALSO SECTION ENDS
62+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)