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

formating -> formatting
This commit is contained in:
Ikko Ashimine
2021-06-09 16:59:44 -07:00
committed by GitHub
parent f4e9dcd40b
commit e3afb63e62
+1 -1
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
// %v formating in error messages.
// %v formatting in error messages.
func (b *baseNode) String() string {
return b.refID
}