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

formating -> formatting
pull/35173/head
Ikko Ashimine 5 years ago committed by GitHub
parent f4e9dcd40b
commit e3afb63e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/expr/nodes.go

@ -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
}

Loading…
Cancel
Save