Skip to content

Commit 0d99a85

Browse files
authored
Removed incorrect text from Return section
Text removed: "The nth char of the string. Same as charAt()."
1 parent e7bf1ad commit 0d99a85

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Language/Variables/Data Types/String/Operators/comparison.adoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
---
1+
---
22
title: "=="
33
title_expanded: comparison
44
categories: [ "Data Types" ]
55
subCategories: [ "StringObject Operator" ]
66
---
77

8-
9-
10-
11-
128
= == Comparison
139

1410

@@ -37,7 +33,6 @@ string1 == string2
3733

3834
[float]
3935
=== Returns
40-
The nth char of the string. Same as charAt().
4136
`true`: if string1 equals string2
4237

4338
`false`: otherwise
@@ -60,4 +55,4 @@ The nth char of the string. Same as charAt().
6055
[role="example"]
6156
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
6257
--
63-
// SEE ALSO SECTION ENDS
58+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)