refine comment

This commit is contained in:
plasmatium 2024-04-26 09:09:56 +08:00
parent c4b589dc1b
commit 9d92f116b0
1 changed files with 1 additions and 2 deletions

View File

@ -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,