Skip to content

Commit ad9cb39

Browse files
author
SimonePDA
authored
Merge pull request #294 from robsoncouto/patch-13
Fixed 'greater' to 'less' in return section
2 parents e7bf1ad + 9554fe3 commit ad9cb39

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
---
1+
---
22
title: "<"
33
title_expanded: less thans
44
categories: [ "Data Types" ]
55
subCategories: [ "StringObject Operator" ]
66
---
77

8-
9-
10-
11-
128
= < Less Than
139

14-
1510
// OVERVIEW SECTION STARTS
1611
[#overview]
1712
--
@@ -38,7 +33,7 @@ string1 < string2
3833

3934
[float]
4035
=== Returns
41-
`true`: if string1 is greater than string2
36+
`true`: if string1 is less than string2
4237

4338
`false`: otherwise
4439
--
@@ -60,4 +55,4 @@ string1 < string2
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)