]> Cypherpunks repositories - gostls13.git/commitdiff
time: add a missing comma in the documentation of Time
authorAgniva De Sarker <agnivade@yahoo.co.in>
Thu, 8 Nov 2018 07:22:47 +0000 (12:52 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Nov 2018 18:02:11 +0000 (18:02 +0000)
Updates #28421

Change-Id: I3262c83669bc3cefd2cea6a612e3dc1d4318b2c2
Reviewed-on: https://go-review.googlesource.com/c/148339
Reviewed-by: Rob Pike <r@golang.org>
src/time/time.go

index 59555c2d055f74c15c85cac190df0304778e7276..d0d780fd6ca8354a9349d2f45e32fee83c86a18d 100644 (file)
@@ -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.
 //