fix typo in comment

This commit is contained in:
Jason Lee 2014-10-31 12:30:20 +08:00
parent 1479952fbc
commit f35dc49c68
1 changed files with 1 additions and 1 deletions

View File

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