Skip to content

Commit 212267d

Browse files
authored
fix: fix typo in comment (#3371)
1 parent b682b8a commit 212267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ func (c *Context) GetPostFormMap(key string) (map[string]string, bool) {
558558
return c.get(c.formCache, key)
559559
}
560560

561-
// get is an internal method and returns a map which satisfy conditions.
561+
// get is an internal method and returns a map which satisfies conditions.
562562
func (c *Context) get(m map[string][]string, key string) (map[string]string, bool) {
563563
dicts := make(map[string]string)
564564
exist := false

0 commit comments

Comments
 (0)