From 7390d2f2db23d93ff88d57d4b75d5e8b1ab8cf13 Mon Sep 17 00:00:00 2001 From: Pat Moroney Date: Sat, 15 Jul 2017 14:39:00 -0600 Subject: [PATCH] time: clarify documentation for Location.String Change-Id: I5c32a968303848304cbd6fe1e83bed0af11f6440 Reviewed-on: https://go-review.googlesource.com/48960 Reviewed-by: Caleb Spare Reviewed-by: Brad Fitzpatrick --- src/time/zoneinfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time/zoneinfo.go b/src/time/zoneinfo.go index dfe857f436..f4d4df95d3 100644 --- a/src/time/zoneinfo.go +++ b/src/time/zoneinfo.go @@ -82,7 +82,7 @@ func (l *Location) get() *Location { } // String returns a descriptive name for the time zone information, -// corresponding to the argument to LoadLocation. +// corresponding to the name argument to LoadLocation or FixedZone. func (l *Location) String() string { return l.get().name } -- 2.50.0