소스 검색

Marshal comment

nifei 8 년 전
부모
커밋
4406ed9e62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {