aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/hcl2/ext/dynblock/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hcl2/ext/dynblock/README.md')
-rw-r--r--vendor/github.com/hashicorp/hcl2/ext/dynblock/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/hashicorp/hcl2/ext/dynblock/README.md b/vendor/github.com/hashicorp/hcl2/ext/dynblock/README.md
index 2b24fdb..f59ce92 100644
--- a/vendor/github.com/hashicorp/hcl2/ext/dynblock/README.md
+++ b/vendor/github.com/hashicorp/hcl2/ext/dynblock/README.md
@@ -95,7 +95,7 @@ schema model provides a description of only one level of nested blocks at
95a time, and thus a new schema must be provided for each additional level of 95a time, and thus a new schema must be provided for each additional level of
96nesting. 96nesting.
97 97
98To make this arduous process as convenient as possbile, this package provides 98To make this arduous process as convenient as possible, this package provides
99a helper function `WalkForEachVariables`, which returns a `WalkVariablesNode` 99a helper function `WalkForEachVariables`, which returns a `WalkVariablesNode`
100instance that can be used to find variables directly in a given body and also 100instance that can be used to find variables directly in a given body and also
101determine which nested blocks require recursive calls. Using this mechanism 101determine which nested blocks require recursive calls. Using this mechanism