mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 11:57:23 -04:00
Fix grammatical error
This commit is contained in:
parent
1c6ca80220
commit
59dfe253bb
@ -12,7 +12,7 @@ toc: true
|
|||||||
aliases: [/functions/where]
|
aliases: [/functions/where]
|
||||||
---
|
---
|
||||||
|
|
||||||
The `where` function returns the given collection, removing elements that do not satisfy the comparison condition. The comparison condition is comprised of the `KEY`, `OPERATOR`, and `VALUE` arguments:
|
The `where` function returns the given collection, removing elements that do not satisfy the comparison condition. The comparison condition is composed of the `KEY`, `OPERATOR`, and `VALUE` arguments:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
collections.Where COLLECTION KEY [OPERATOR] VALUE
|
collections.Where COLLECTION KEY [OPERATOR] VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user