We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3637175 commit 40e1dc6Copy full SHA for 40e1dc6
exercises/concept/assembly-line/.docs/introduction.md
@@ -35,7 +35,7 @@ Here is a list of the operators and an example of when they give a `true` value:
35
36
| Method | Description | Example |
37
| ------ | --------------------- | ------- |
38
-| < | less than | 5 < 4 |
+| < | less than | 4 < 5 |
39
| <= | less than or equal | 4 <= 4 |
40
| > | greater than | 3 > 1 |
41
| >= | greater than or equal | 2 >= 2 |
0 commit comments