Skip to content

Commit 1d16d01

Browse files
committed
fixed Reset doc
1 parent fb74202 commit 1d16d01

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
@@ -37,7 +37,7 @@ func (c *APIContext) Get(key string) (value interface{}, exists bool) {
3737
return
3838
}
3939

40-
// reset resets all values on Context, making it safe to reuse
40+
// Reset resets all values on Context, making it safe to reuse
4141
func (c *APIContext) Reset() {
4242
c.keys = nil
4343
}

0 commit comments

Comments
 (0)