From 5a986eca869773c4459b36dad434b97287d5d4f3 Mon Sep 17 00:00:00 2001 From: Kunpei Sakai Date: Fri, 15 Sep 2017 10:24:47 +0900 Subject: all: fix article typos a -> an Change-Id: I7362bdc199e83073a712be657f5d9ba16df3077e Reviewed-on: https://go-review.googlesource.com/63850 Reviewed-by: Rob Pike --- src/context/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context/example_test.go') diff --git a/src/context/example_test.go b/src/context/example_test.go index 2d48d4e82b..b2c2aa921d 100644 --- a/src/context/example_test.go +++ b/src/context/example_test.go @@ -52,7 +52,7 @@ func ExampleWithCancel() { // 5 } -// This example passes a context with a arbitrary deadline to tell a blocking +// This example passes a context with an arbitrary deadline to tell a blocking // function that it should abandon its work as soon as it gets to it. func ExampleWithDeadline() { d := time.Now().Add(50 * time.Millisecond) -- cgit v1.3-5-g9baa