We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4248c commit f1c52afCopy full SHA for f1c52af
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