From 4d9a8a231ee280f0e73c53f39b46d3f9c8563eed Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 11 Oct 2012 18:33:19 -0700 Subject: [PATCH] typo --- examples/timeouts/timeouts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/timeouts/timeouts.go b/examples/timeouts/timeouts.go index 1c88256..79d7bbf 100644 --- a/examples/timeouts/timeouts.go +++ b/examples/timeouts/timeouts.go @@ -10,7 +10,7 @@ import "fmt" func main() { - // For our example, suppose we're execting an external + // For our example, suppose we're executing an external // call that returns its result on a channel `c1` // after 2s. c1 := make(chan string)