Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Jul 21, 2022
1 parent b6209f3 commit 2a29949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serializer.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// sonicSerializer sonicを用いたecho用Jsonシリアライザ
type sonicSerializer struct{}

// NewSonicSerializer 新たなSonicSerializerを作成
// NewSonicSerializer sonicを用いたecho用Jsonシリアライザを作成
func NewSonicSerializer() echo.JSONSerializer {
return &sonicSerializer{}
}
Expand Down

0 comments on commit 2a29949

Please sign in to comment.