File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Language/Variables/Data Types/String/Functions Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subCategories: [ "StringObject Function" ]
17
17
18
18
[float]
19
19
=== Description
20
- The String reserve() function allows you to allocate a buffer in memory for manipulating strings .
20
+ The String reserve() function allows you to allocate a buffer in memory for manipulating Strings .
21
21
22
22
[%hardbreaks]
23
23
@@ -31,7 +31,7 @@ string.reserve(size)
31
31
32
32
[float]
33
33
=== Parameters
34
- `size`: unsigned int declaring the number of bytes in memory to save for string manipulation
34
+ `size`: unsigned int declaring the number of bytes in memory to save for String manipulation
35
35
36
36
37
37
[float]
@@ -86,4 +86,3 @@ void loop() {
86
86
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
87
87
--
88
88
// SEE ALSO SECTION ENDS
89
- // SEE ALSO SECTION ENDS
You can’t perform that action at this time.
0 commit comments