Skip to content

Commit 2a29949

Browse files
committed
fixed comment
1 parent b6209f3 commit 2a29949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
// sonicSerializer sonicを用いたecho用Jsonシリアライザ
1010
type sonicSerializer struct{}
1111

12-
// NewSonicSerializer 新たなSonicSerializerを作成
12+
// NewSonicSerializer sonicを用いたecho用Jsonシリアライザを作成
1313
func NewSonicSerializer() echo.JSONSerializer {
1414
return &sonicSerializer{}
1515
}

0 commit comments

Comments
 (0)