Browse Source

fix a typo

Wuxiang 7 years ago
parent
commit
557330808d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/serial/string.go

+ 1 - 1
common/serial/string.go

@@ -5,7 +5,7 @@ import (
 	"strings"
 	"strings"
 )
 )
 
 
-// ToString serialize an abitrary value into string.
+// ToString serialize an arbitrary value into string.
 func ToString(v interface{}) string {
 func ToString(v interface{}) string {
 	if v == nil {
 	if v == nil {
 		return " "
 		return " "