Browse Source

Marshal comment

nifei 8 năm trước cách đây
mục cha
commit
4406ed9e62
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      feature_adapter.go

+ 1 - 1
feature_adapter.go

@@ -81,7 +81,7 @@ func UnmarshalAnyFromString(str string) (Any, error) {
 	return nil, iter.Error
 }
 
-// jsoniterator.Marshal is an adapter to json.Marshal
+// Marshal is an adapter to json.Marshal
 //
 // Marshal returns the JSON encoding of v, adapts to json/encoding Marshal API
 func Marshal(v interface{}) ([]byte, error) {