Skip to content

Commit fedd71e

Browse files
committed
add period
1 parent 7cc6a86 commit fedd71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time/time.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// On such a system, t.Sub(u) may not accurately reflect the actual
5656
// time that passed between t and u. The same applies to other functions and
5757
// methods that subtract times, such as [Since], [Until], [Before], [After],
58-
// [Add], [Sub], [Equal] and [Compare]
58+
// [Add], [Sub], [Equal] and [Compare].
5959
// Use [Time.Round](0) or [Time.Truncate](0) to walkaround.
6060
//
6161
// Because the monotonic clock reading has no meaning outside

0 commit comments

Comments
 (0)