We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5097ef commit c656ac4Copy full SHA for c656ac4
Language/Variables/Data Types/String/Functions/charAt.adoc
@@ -34,7 +34,7 @@ string.charAt(n)
34
=== Parameters
35
`string`: a variable of type String
36
37
-`n`: a variable of type String
+`n`: a variable of type int
38
39
40
[float]
@@ -59,4 +59,4 @@ The n'th character of the String.
59
[role="example"]
60
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
61
--
62
-// SEE ALSO SECTION ENDS
+// SEE ALSO SECTION ENDS
0 commit comments