Skip to content

Commit 1f7f912

Browse files
author
Stefania
authored
Merge pull request arduino#240 from arduino/variable-type
Changing the data type in function
2 parents d1067b1 + 717b5d0 commit 1f7f912

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 int
37+
`n`: a variable of type unsigned int
3838

3939

4040
[float]

0 commit comments

Comments
 (0)