Skip to content

Commit ed3ea0e

Browse files
committed
Improve comments for fields
1 parent ea6088c commit ed3ea0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/log/fields.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ const (
3434

3535
// NowKey is the time at which a timer was scheduled
3636
NowKey = NamespaceKey + ".timer.now"
37-
// At is the time at which a timer is scheduled to fire
37+
// AtKey is the time at which a timer is scheduled to fire
3838
AtKey = NamespaceKey + ".timer.at"
39-
// To is the time a simulated timer is advanced to
39+
// ToKey is the time a simulated timer is advanced to
4040
ToKey = NamespaceKey + ".timer.to"
4141

4242
TimerModeFrom = NamespaceKey + ".timer.mode.from"

0 commit comments

Comments
 (0)