Преглед изворни кода

Merge pull request #142 from JasonSoft/develop

fix typo in comment
Javier Provecho Fernandez пре 11 година
родитељ
комит
474eed41c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      deprecated.go

+ 1 - 1
deprecated.go

@@ -41,7 +41,7 @@ func (engine *Engine) LoadHTMLTemplates(pattern string) {
 	engine.LoadHTMLGlob(pattern)
 }
 
-// DEPRECATED. Use NotFound() instead
+// DEPRECATED. Use NoRoute() instead
 func (engine *Engine) NotFound404(handlers ...HandlerFunc) {
 	engine.NoRoute(handlers...)
 }