diff --git a/src/time/time.go b/src/time/time.go index 7f454a01ef..0bbdeaecf5 100644 --- a/src/time/time.go +++ b/src/time/time.go @@ -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,