Skip to content

Commit 1243275

Browse files
authored
Merge pull request #386 from 45gfg9/patch-1
Fixed a typo
2 parents ea67cf1 + f1c52af commit 1243275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Variables/Data Types/stringObject.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Constructs an instance of the String class. There are multiple versions that con
2626
* a constant integer or long integer, using a specified base
2727
* an integer or long integer variable
2828
* an integer or long integer variable, using a specified base
29-
* a float or double, using a specified decimal palces
29+
* a float or double, using a specified decimal places
3030

3131
Constructing a String from a number results in a string that contains the ASCII representation of that number. The default is base ten, so
3232
[source,arduino]

0 commit comments

Comments
 (0)