Skip to content

Commit 105dee6

Browse files
author
smellai
committed
fixed stringobject page, Fixes #192
1 parent e256e42 commit 105dee6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Language/Variables/Data Types/stringObject.adoc

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,8 @@ String stringOne = String(5.698, 3); // using a
100100
// HOW TO USE SECTION ENDS
101101

102102

103-
// SEE ALSO SECTION
104-
[#see_also]
105-
--
106-
107103
[float]
108-
=== See also
104+
=== Functions
109105

110106
[role="language"]
111107
* #LANGUAGE# link:../string/functions/charat[charAt()]
@@ -149,6 +145,15 @@ String stringOne = String(5.698, 3); // using a
149145
[role="example"]
150146
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
151147

148+
149+
// SEE ALSO SECTION STARTS
150+
[#see_also]
152151
--
153-
// SEE ALSO SECTION ENDS
154152

153+
[float]
154+
=== See also
155+
156+
[role="language"]
157+
158+
--
159+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)