Merge pull request #28486 from joshschmitter/patch-1

setsubtract doc: use "Relative Complement" correctly
This commit is contained in:
Laura Pacilio 2021-08-23 15:49:51 -04:00 committed by GitHub
commit 03849d850a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
```hcl
setsubtract(a, b)