Skip to content

Commit

Permalink
Update ctx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Feb 12, 2022
1 parent 5aae031 commit a73e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctx.go
Expand Up @@ -1182,7 +1182,7 @@ func (c *Ctx) renderExtensions(bind interface{}) {
bindMap[k] = v
}

// Check if the PassLocalsToViews option is enabled (By default it is disabled)
// Check if the PassLocalsToViews option is enabled (by default it is disabled)
if c.app.config.PassLocalsToViews {
// Loop through each local and set it in the map
c.fasthttp.VisitUserValues(func(key []byte, val interface{}) {
Expand Down

0 comments on commit a73e88e

Please sign in to comment.