Merge pull request #1287 from gernest/typo

Fix typo
This commit is contained in:
Jinzhu 2017-01-02 12:06:51 +08:00 committed by GitHub
commit af31cf33a3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
// DefaultCallback default callbacks defined by gorm
var DefaultCallback = &Callback{}
// Callback is a struct that contains all CURD callbacks
// Callback is a struct that contains all CRUD callbacks
// Field `creates` contains callbacks will be call when creating object
// Field `updates` contains callbacks will be call when updating object
// Field `deletes` contains callbacks will be call when deleting object