Commit 742be070 authored by Agniva De Sarker's avatar Agniva De Sarker Committed by Brad Fitzpatrick

time: add a missing comma in the documentation of Time

Updates #28421

Change-Id: I3262c83669bc3cefd2cea6a612e3dc1d4318b2c2
Reviewed-on: https://go-review.googlesource.com/c/148339Reviewed-by: 's avatarRob Pike <r@golang.org>
parent 58963354
......@@ -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.
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment