Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed May 15, 2016
1 parent 13cf5e4 commit c9b73d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type FindAll interface {
}

// The InitializeObject interface can be implemented to have the ability to change
// a created object before Unmarshal is called. This is currently on called on
// a created object before Unmarshal is called. This is currently only called on
// Create as the other actions go through FindOne or FindAll which are already
// controlled by the implementer.
type InitializeObject interface {
Expand Down

0 comments on commit c9b73d5

Please sign in to comment.