Skip to content

Commit 4ca291e

Browse files
authored
Merge pull request #859 from arduino/Kristoffer-fix
After feedback from @per1234 and a review by @karlsoderby I'm merging this.
2 parents a4989b3 + a1ccc71 commit 4ca291e

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/length.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Returns the length of the String, in characters. (Note that this doesn't include
3434

3535
[float]
3636
=== Returns
37-
The length of the String in characters.
37+
The length of the String in characters. Data type: `unsigned int`.
3838

3939
--
4040
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)