Fix function name in comment

This commit is contained in:
dbarbera 2014-11-22 15:18:54 +01:00
parent dcad0df8f7
commit 93cedc928b

View File

@ -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...)
}