Change "GROM" to "GORM"
That's it. Just a typo.
This commit is contained in:
parent
cf583c7d56
commit
64327f1fc2
@ -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
|
```go
|
||||||
// perform a querying operation
|
// perform a querying operation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user