mirror of https://github.com/golang/go.git
refine comment
This commit is contained in:
parent
c4b589dc1b
commit
9d92f116b0
|
|
@ -56,8 +56,7 @@
|
|||
// time that passed between t and u. The same applies to other functions and
|
||||
// methods that subtract times, such as [Since], [Until], [Before], [After],
|
||||
// [Add], [Sub], [Equal] and [Compare]. In some cases, you may need to strip
|
||||
// the monotonic clock or use an external source of time outside the current
|
||||
// process to get more accurate results.
|
||||
// the monotonic clock to get accurate results.
|
||||
//
|
||||
// Because the monotonic clock reading has no meaning outside
|
||||
// the current process, the serialized forms generated by t.GobEncode,
|
||||
|
|
|
|||
Loading…
Reference in New Issue