From 742be070b6109d32a5e91d13a75542aefc892ee1 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 8 Nov 2018 12:52:47 +0530 Subject: [PATCH] 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 --- src/time/time.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // -- 2.50.0