Commit 555ca36c authored by David Symonds's avatar David Symonds

time: doc fix.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6127050
parent d2e70054
...@@ -403,7 +403,7 @@ const ( ...@@ -403,7 +403,7 @@ const (
Hour = 60 * Minute Hour = 60 * Minute
) )
// Duration returns a string representing the duration in the form "72h3m0.5s". // String returns a string representing the duration in the form "72h3m0.5s".
// Leading zero units are omitted. As a special case, durations less than one // Leading zero units are omitted. As a special case, durations less than one
// second format use a smaller unit (milli-, micro-, or nanoseconds) to ensure // second format use a smaller unit (milli-, micro-, or nanoseconds) to ensure
// that the leading digit is non-zero. The zero duration formats as 0, // that the leading digit is non-zero. The zero duration formats as 0,
......
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