Skip to content

Commit

Permalink
docs: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Jun 28, 2023
1 parent e3922d2 commit 2b0e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tea/tea.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func Convert(in interface{}, out interface{}) error {
return err
}

// Convert is use convert map[string]interface object to struct
// Recover is used to format error
func Recover(in interface{}) error {
if in == nil {
return nil
Expand Down

0 comments on commit 2b0e131

Please sign in to comment.