Skip to content

Commit 7812141

Browse files
authored
Merge pull request #68 from dgellow/patch-1
Fix small comment typo
2 parents 0cb0562 + fccc4dc commit 7812141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

struct.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var emptyStruct Struct
4949

5050
// NewStruct analyzes type information in structValue
5151
// and creates a new Struct with all structValue fields.
52-
// If structValue is not a struct, NewStruct returns a dummy Sturct.
52+
// If structValue is not a struct, NewStruct returns a dummy Struct.
5353
func NewStruct(structValue interface{}) *Struct {
5454
t := reflect.TypeOf(structValue)
5555
t = dereferencedType(t)

0 commit comments

Comments
 (0)