mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): incomplete hint messages (#57478)
This commit is contained in:
parent
25ebff3ca8
commit
144cf138c3
@ -25,7 +25,7 @@ What is the difference between `every` and `any`?
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Every` is for all items, not just in questions.
|
||||
`Every` is for all items, not just in questions; `any` is for one, some, or all.
|
||||
|
||||
---
|
||||
|
||||
@ -41,7 +41,7 @@ Both words have broader meanings than just one item.
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Every` means all, not none.
|
||||
`Every` means all, not none; `any` means one, some, or all.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user