From 0d99a8582be9f33b2fdc4021ffc898fc3f0908e0 Mon Sep 17 00:00:00 2001 From: Robson Couto Date: Sat, 23 Dec 2017 02:06:08 -0300 Subject: [PATCH] Removed incorrect text from Return section Text removed: "The nth char of the string. Same as charAt()." --- .../Data Types/String/Operators/comparison.adoc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Language/Variables/Data Types/String/Operators/comparison.adoc b/Language/Variables/Data Types/String/Operators/comparison.adoc index 68db8dbad..73f3551e0 100644 --- a/Language/Variables/Data Types/String/Operators/comparison.adoc +++ b/Language/Variables/Data Types/String/Operators/comparison.adoc @@ -1,14 +1,10 @@ ---- +--- title: "==" title_expanded: comparison categories: [ "Data Types" ] subCategories: [ "StringObject Operator" ] --- - - - - = == Comparison @@ -37,7 +33,6 @@ string1 == string2 [float] === Returns -The nth char of the string. Same as charAt(). `true`: if string1 equals string2 `false`: otherwise @@ -60,4 +55,4 @@ The nth char of the string. Same as charAt(). [role="example"] * #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials] -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS