setsubtract doc: use "Relative Complement" correctly

The explanation of the setsubtract function in terms of a Relative Complement is backwards.  Fixing it.
pull/28486/head
joshschmitter 5 years ago committed by GitHub
parent 98ce186be9
commit 0c4e823ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ description: |-
# `setsubtract` Function
The `setsubtract` function returns a new set containing the elements from the first set that are not present in the second set. In other words, it computes the
[relative complement](https://en.wikipedia.org/wiki/Complement_(set_theory)#Relative_complement) of the first set in the second set.
[relative complement](https://en.wikipedia.org/wiki/Complement_(set_theory)#Relative_complement) of the second set in the first set.
```hcl
setsubtract(a, b)

Loading…
Cancel
Save