mirror of https://github.com/gin-gonic/gin.git
Fix typo in comment
This commit is contained in:
parent
d6bef2ee09
commit
4f3ceafa84
2
gin.go
2
gin.go
|
@ -197,7 +197,7 @@ func (engine *Engine) LoadHTMLFiles(files ...string) {
|
||||||
engine.SetHTMLTemplate(templ)
|
engine.SetHTMLTemplate(templ)
|
||||||
}
|
}
|
||||||
|
|
||||||
// LoadHTMLFilesRecursively loads recursivly a slice of HTML files mathing an extension
|
// LoadHTMLFilesRecursively loads recursively a slice of HTML files mathing an extension
|
||||||
// and associates the result with HTML renderer.
|
// and associates the result with HTML renderer.
|
||||||
func (engine *Engine) LoadHTMLFilesRecursively(folder string, extensionsAllowed []string) {
|
func (engine *Engine) LoadHTMLFilesRecursively(folder string, extensionsAllowed []string) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue