Skip to content

Commit 6d4bac3

Browse files
authored
Merge pull request arduino#335 from arduino/SimonePDA-patch-19
Update reserve.adoc
2 parents 95a49ed + 52d776d commit 6d4bac3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Language/Variables/Data Types/String/Functions/reserve.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "StringObject Function" ]
1717

1818
[float]
1919
=== 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.
2121

2222
[%hardbreaks]
2323

@@ -31,7 +31,7 @@ string.reserve(size)
3131

3232
[float]
3333
=== 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
3535

3636

3737
[float]
@@ -86,4 +86,3 @@ void loop() {
8686
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
8787
--
8888
// SEE ALSO SECTION ENDS
89-
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)