aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/hcl2/hcl/spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hcl2/hcl/spec.md')
-rw-r--r--vendor/github.com/hashicorp/hcl2/hcl/spec.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/hashicorp/hcl2/hcl/spec.md b/vendor/github.com/hashicorp/hcl2/hcl/spec.md
index 8bbaff8..97ef613 100644
--- a/vendor/github.com/hashicorp/hcl2/hcl/spec.md
+++ b/vendor/github.com/hashicorp/hcl2/hcl/spec.md
@@ -66,7 +66,7 @@ _block header schemata_:
66Within a schema, it is an error to request the same attribute name twice or 66Within a schema, it is an error to request the same attribute name twice or
67to request a block type whose name is also an attribute name. While this can 67to request a block type whose name is also an attribute name. While this can
68in principle be supported in some syntaxes, in other syntaxes the attribute 68in principle be supported in some syntaxes, in other syntaxes the attribute
69and block namespaces are combined and so an an attribute cannot coexist with 69and block namespaces are combined and so an attribute cannot coexist with
70a block whose type name is identical to the attribute name. 70a block whose type name is identical to the attribute name.
71 71
72The result of applying a body schema to a body is _body content_, which 72The result of applying a body schema to a body is _body content_, which
@@ -497,7 +497,7 @@ producing an unknown value of the target type.
497 497
498Conversion of any value _to_ the dynamic pseudo-type is a no-op. The result 498Conversion of any value _to_ the dynamic pseudo-type is a no-op. The result
499is the input value, verbatim. This is the only situation where the conversion 499is the input value, verbatim. This is the only situation where the conversion
500result value is not of the the given target type. 500result value is not of the given target type.
501 501
502### Primitive Type Conversions 502### Primitive Type Conversions
503 503