diff --git a/hcl/object.go b/hcl/object.go index 6f1d9aa..6f89661 100644 --- a/hcl/object.go +++ b/hcl/object.go @@ -29,7 +29,7 @@ type Object struct { Next *Object } -// GoStrig is an implementation of the GoStringer interface. +// GoString is an implementation of the GoStringer interface. func (o *Object) GoString() string { return fmt.Sprintf("*%#v", *o) }