Fix union description

This commit is contained in:
Bjørn Erik Pedersen
2017-07-17 11:15:00 +02:00
parent b1238c98a1
commit 52adf3c906
+1 -1
View File
@@ -36,7 +36,7 @@ Given two arrays (or slices) A and B, this function will return a new array that
```
This is also very useful to use as `AND` filters when combined with where:
This is also very useful to use as `OR` filters when combined with where:
```html
{{ $pages := where .Site.RegularPages "Type" "not in" (slice "page" "about") }}