Skip to content

Commit 2e10737

Browse files
author
SimonePDA
authored
Merge pull request #292 from robsoncouto/patch-11
Removed incorrect text from Returns section
2 parents b7cc0f3 + 0d99a85 commit 2e10737

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)