Chore: Fix typo in nodes.go (#35312)

formating -> formatting
This commit is contained in:
Ikko Ashimine 2021-06-10 08:59:44 +09:00 committed by GitHub
parent f4e9dcd40b
commit e3afb63e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ func (rn *rawNode) GetCommandType() (c CommandType, err error) {
} }
// String returns a string representation of the node. In particular for // String returns a string representation of the node. In particular for
// %v formating in error messages. // %v formatting in error messages.
func (b *baseNode) String() string { func (b *baseNode) String() string {
return b.refID return b.refID
} }