Merge pull request #22614 from heimweh/patch-1

website: fix expression typo
This commit is contained in:
Pam Selle 2019-08-28 16:22:48 -04:00 committed by GitHub
commit 75d3f1e62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ collection.
The iterator object (`ingress` in the example above) has two attributes:
* `key` is the map key or list element index for the current element. If the
`for_each` exression produces a _set_ value then `key` is identical to
`for_each` expression produces a _set_ value then `key` is identical to
`value` and should not be used.
* `value` is the value of the current element.