Skip to content

Commit 52c807e

Browse files
authored
Fixed sentence for readability.
1 parent 50483c3 commit 52c807e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/10-ifelse/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let accessAllowed = age > 18;
164164

165165
## Multiple '?'
166166

167-
A sequence of question mark `"?"` operators allows to return a value depending on more than one condition.
167+
A sequence of question mark `"?"` operators allows returning a value that depends on more than one condition.
168168

169169
For instance:
170170
```js run

0 commit comments

Comments
 (0)