Commit 04acd625 authored by Kenny Grant's avatar Kenny Grant Committed by Ian Lance Taylor

context: fix typo in comments

Change-Id: I41310ec88c889fda79d80eaf4a742a1000284f60
Reviewed-on: https://go-review.googlesource.com/23591Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent fe62a9ee
......@@ -107,7 +107,7 @@ type Context interface {
// collisions.
//
// Packages that define a Context key should provide type-safe accessors
// for the values stores using that key:
// for the values stored using that key:
//
// // Package user defines a User type that's stored in Contexts.
// package user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment