diff options
| author | Werner Spiegel <werner.spiegel@gmail.com> | 2025-06-24 23:46:06 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-06-24 17:45:57 -0700 |
| commit | e515ef8bc271f632bb2ebb94e8e700ab67274268 (patch) | |
| tree | 94a66e264ab0cf257b16a260a773fc15cd711db2 /src | |
| parent | 47b941f445f0a839e826b81a5394d30934821500 (diff) | |
| download | go-e515ef8bc271f632bb2ebb94e8e700ab67274268.tar.xz | |
context: fix typo in context_test.go
Change-Id: Iee90ce7965eec4074fcb81a34968591877a062d3
GitHub-Last-Rev: f18fd099e490b130affa298bfc40da27ac589b26
GitHub-Pull-Request: golang/go#74360
Reviewed-on: https://go-review.googlesource.com/c/go/+/683675
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/context/context_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/context_test.go b/src/context/context_test.go index 57066c9685..ad47f853dd 100644 --- a/src/context/context_test.go +++ b/src/context/context_test.go @@ -5,7 +5,7 @@ package context // Tests in package context cannot depend directly on package testing due to an import cycle. -// If your test does requires access to unexported members of the context package, +// If your test requires access to unexported members of the context package, // add your test below as `func XTestFoo(t testingT)` and add a `TestFoo` to x_test.go // that calls it. Otherwise, write a regular test in a test.go file in package context_test. |
