collections.Where - Clarify description of "collection"

This commit is contained in:
Joe Mooring 2024-01-21 13:15:29 -08:00 committed by GitHub
parent 4d6d7018b9
commit fb16945cff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ Hugo will test for equality if you do not provide an `OPERATOR` argument. For ex
The where function takes three or four arguments. The `OPERATOR` argument is optional.
COLLECTION
: (`any`) Typically a page collection or a [slice] of [maps].
: (`any`) A page collection or a [slice] of [maps].
[maps]: /getting-started/glossary/#map
[slice]: /getting-started/glossary/#slice
@ -45,7 +45,7 @@ KEY
```
[chain]: /getting-started/glossary/#chain
Typically a
OPERATOR
: (`string`) The logical comparison [operator](#operators).