From: Pat Moroney Date: Sat, 15 Jul 2017 20:39:00 +0000 (-0600) Subject: time: clarify documentation for Location.String X-Git-Tag: go1.9rc1~48 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7390d2f2db23d93ff88d57d4b75d5e8b1ab8cf13;p=gostls13.git 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 --- 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 }