fixup comment typo
This commit is contained in:
parent
25719dbfed
commit
f41fb6a9c4
@ -29,7 +29,7 @@ type Object struct {
|
|||||||
Next *Object
|
Next *Object
|
||||||
}
|
}
|
||||||
|
|
||||||
// GoStrig is an implementation of the GoStringer interface.
|
// GoString is an implementation of the GoStringer interface.
|
||||||
func (o *Object) GoString() string {
|
func (o *Object) GoString() string {
|
||||||
return fmt.Sprintf("*%#v", *o)
|
return fmt.Sprintf("*%#v", *o)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user