Skip to content

Commit a1ccc71

Browse files
kengdahlper1234
andauthored
Update Language/Variables/Data Types/String/Functions/length.adoc
Co-authored-by: per1234 <[email protected]>
1 parent 7505717 commit a1ccc71

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

Lines changed: 1 addition & 1 deletion
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 as an unsigned int.
37+
The length of the String in characters. Data type: `unsigned int`.
3838

3939
--
4040
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)