We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea67cf1 + f1c52af commit 1243275Copy full SHA for 1243275
Language/Variables/Data Types/stringObject.adoc
@@ -26,7 +26,7 @@ Constructs an instance of the String class. There are multiple versions that con
26
* a constant integer or long integer, using a specified base
27
* an integer or long integer variable
28
* an integer or long integer variable, using a specified base
29
-* a float or double, using a specified decimal palces
+* a float or double, using a specified decimal places
30
31
Constructing a String from a number results in a string that contains the ASCII representation of that number. The default is base ten, so
32
[source,arduino]
0 commit comments