From 96ef75bb18c91002798f71b6ba1625394f57b31a Mon Sep 17 00:00:00 2001 From: Nick Heindl Date: Tue, 19 Apr 2016 16:49:05 -0500 Subject: [PATCH] Typo in the top comment --- examples/time/time.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/time/time.go b/examples/time/time.go index c9d8a3f..48af525 100644 --- a/examples/time/time.go +++ b/examples/time/time.go @@ -1,4 +1,4 @@ -// Go's offers extensive support for times and durations; +// Go offers extensive support for times and durations; // here are some examples. package main