mirror of https://github.com/go-gorm/gorm.git
Fix a few typos
This commit is contained in:
parent
1521b794d8
commit
59f32f605c
2
main.go
2
main.go
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
// NowFunc returns current time, this function is exported in order to be able
|
||||
// to give the flexiblity to the developer to costumize it accoring to their
|
||||
// to give the flexibility to the developer to customize it according to their
|
||||
// needs
|
||||
//
|
||||
// e.g: return time.Now().UTC()
|
||||
|
|
Loading…
Reference in New Issue