Merge pull request #1366 from wuxiangzhou2010/patch-1

fix a typo
pull/2476/head
Victoria Raymond 2018-11-07 07:03:24 +01:00 committed by GitHub
commit c98019a9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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