Skip to content

Commit

Permalink
Comment was too verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 22, 2024
1 parent 078562e commit f1a3345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/typing/ext/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type ExtendedTime struct {
nestedKind NestedKind
}

// MarshalJSON is a custom JSON marshaller for ExtendedTime. This is only by MongoDB where we are recursively parsing a nested object.
// MarshalJSON is a custom JSON marshaller for ExtendedTime.
func (e ExtendedTime) MarshalJSON() ([]byte, error) {
return json.Marshal(e.ts)
}
Expand Down

0 comments on commit f1a3345

Please sign in to comment.