Skip to content

Commit a9766a0

Browse files
authored
Merge pull request #62 from mobesa/mobesa-1487881985
Replaced word 'string' with 'combine' and modified sentence structure accordingly in order to avoid confusion
2 parents d46f206 + 9d5e229 commit a9766a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ parseInt('5', 10) === 5 // true
8080

8181
## Combining Comparisons
8282

83-
We can string together these comparisons using `&&` (pronounced "and") and `||` ("or"):
83+
We can combine these comparisons together using `&&` (pronounced "and") and `||` ("or"):
8484

8585
``` javascript
8686
5 === 5 && 10 < 11 // true

0 commit comments

Comments
 (0)