Skip to content

Commit 08b5f42

Browse files
authored
[docs] godoc fix. (#34)
1 parent f81bcf7 commit 08b5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
Package context stores values shared during a request lifetime.
77
8-
> Note: gorilla/context, having been born well before `context.Context` existed,
8+
Note: gorilla/context, having been born well before `context.Context` existed,
99
does not play well > with the shallow copying of the request that
1010
[`http.Request.WithContext`](https://golang.org/pkg/net/http/#Request.WithContext)
1111
(added to net/http Go 1.7 onwards) performs. You should either use *just*

0 commit comments

Comments
 (0)