diff options
Diffstat (limited to 'gohcl/doc.go')
| -rw-r--r-- | gohcl/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gohcl/doc.go b/gohcl/doc.go index 6535416..8500214 100644 --- a/gohcl/doc.go +++ b/gohcl/doc.go @@ -7,7 +7,7 @@ // A struct field tag scheme is used, similar to other decoding and // unmarshalling libraries. The tags are formatted as in the following example: // -// ThingType string `zcl:"thing_type,attr"` +// ThingType string `hcl:"thing_type,attr"` // // Within each tag there are two comma-separated tokens. The first is the // name of the corresponding construct in configuration, while the second |
