Merge pull request #28486 from joshschmitter/patch-1
setsubtract doc: use "Relative Complement" correctly
This commit is contained in:
commit
03849d850a
|
@ -10,7 +10,7 @@ description: |-
|
||||||
# `setsubtract` Function
|
# `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
|
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.
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
setsubtract(a, b)
|
setsubtract(a, b)
|
||||||
|
|
Loading…
Reference in New Issue