Merge pull request #1237 from mrkplt/patch-1

Change "GROM" to "GORM"
This commit is contained in:
Jinzhu 2016-10-23 21:14:50 +08:00 committed by GitHub
commit 2685afc4b7

View File

@ -23,7 +23,7 @@ if YetAnotherCondition {
}
```
When we start to perform any operations, GROM will create a new `*gorm.Scope` instance based on current `*gorm.DB`
When we start to perform any operations, GORM will create a new `*gorm.Scope` instance based on current `*gorm.DB`
```go
// perform a querying operation