From a73e88ed37a590166ca45d6fd322d43c7de1ba66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Sat, 12 Feb 2022 21:25:49 +0300 Subject: [PATCH] Update ctx.go --- ctx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctx.go b/ctx.go index 631ca6976a..364202a812 100644 --- a/ctx.go +++ b/ctx.go @@ -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{}) {