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 5ed23fe commit 47cab16Copy full SHA for 47cab16
src/integers/chained_comparisons.md
@@ -8,7 +8,7 @@ in the middle of both operators like so.
8
0 < x < 5
9
```
10
11
-This does not work in Java. In order to "chain" comparisons like this, you should combine
+This does not work in Java. In order to "chain" comparisons like this, you have to combine
12
the results of comparisons using the `&&` operator.
13
14
```java,no_run
0 commit comments