From cf35f5b7429896ae91c4644740f73423ea0dbb27 Mon Sep 17 00:00:00 2001 From: Mathieu Lonjaret Date: Thu, 24 Jul 2014 18:18:41 -0400 Subject: [PATCH] time: minor typo in doc LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/120150043 --- src/pkg/time/format.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/time/format.go b/src/pkg/time/format.go index 9f210ea27d..5f732d8ecf 100644 --- a/src/pkg/time/format.go +++ b/src/pkg/time/format.go @@ -704,7 +704,7 @@ func skip(value, prefix string) (string, error) { // The zone abbreviation "UTC" is recognized as UTC regardless of location. // If the zone abbreviation is unknown, Parse records the time as being // in a fabricated location with the given zone abbreviation and a zero offset. -// This choice means that such a time can be parse and reformatted with the +// This choice means that such a time can be parsed and reformatted with the // same layout losslessly, but the exact instant used in the representation will // differ by the actual zone offset. To avoid such problems, prefer time layouts // that use a numeric zone offset, or use ParseInLocation. -- 2.48.1