From: Agniva De Sarker Date: Thu, 8 Nov 2018 07:22:47 +0000 (+0530) Subject: time: add a missing comma in the documentation of Time X-Git-Tag: go1.12beta1~443 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=742be070b6109d32a5e91d13a75542aefc892ee1;p=gostls13.git time: add a missing comma in the documentation of Time Updates #28421 Change-Id: I3262c83669bc3cefd2cea6a612e3dc1d4318b2c2 Reviewed-on: https://go-review.googlesource.com/c/148339 Reviewed-by: Rob Pike --- diff --git a/src/time/time.go b/src/time/time.go index 59555c2d05..d0d780fd6c 100644 --- a/src/time/time.go +++ b/src/time/time.go @@ -105,7 +105,7 @@ import ( // change the instant in time being denoted and therefore does not affect the // computations described in earlier paragraphs. // -// Representations of a Time value saved by the GobEncode, MarshalBinary +// Representations of a Time value saved by the GobEncode, MarshalBinary, // MarshalJSON, and MarshalText methods store the Time.Location's offset, but not // the location name. They therefore lose information about Daylight Saving Time. //