fix(curriculum): incomplete hint messages (#57478)

This commit is contained in:
Supravisor 2024-12-14 06:08:19 +13:00 committed by GitHub
parent 25ebff3ca8
commit 144cf138c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
---