mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
🎄 Merry Christmas everyone
minor fixes
This commit is contained in:
@@ -79,7 +79,7 @@ func (v *View) AddFunc(funcName string, funcBody interface{}) {
|
||||
// Load compiles all the registered engines.
|
||||
func (v *View) Load() error {
|
||||
if !v.Registered() {
|
||||
return fmt.Errorf("No engine is registered")
|
||||
return fmt.Errorf("no engine was registered")
|
||||
}
|
||||
return v.Engine.Load()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user