Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Nov 7, 2021
1 parent e62c831 commit c9b352e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func NewEncoder(w io.Writer) *Encoder {
// Encode writes db to e's internal writer
func (e *Encoder) Encode(db *Database) error {
// Unlock protected entries ensuring that we have them prepared in the order that is matching
// the xml marshalling order
// the xml unmarshalling order
err := db.UnlockProtectedEntries()
if err != nil {
return err
Expand Down

0 comments on commit c9b352e

Please sign in to comment.