Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DPJacques committed Nov 29, 2024
1 parent 8a193d4 commit 040a89e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ticker.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ type fakeTicker struct {
// The channel associated with the firer, used to send expiration times.
c chan time.Time

// The time when the firer expires. Only meaningful if the firer is currently
// one of a fakeClock's waiters.
// The time when the ticker expires. Only meaningful if the ticker is currently
// one of a FakeClock's waiters.
exp time.Time

// reset and stop provide the implementation of the respective exported
Expand Down
2 changes: 1 addition & 1 deletion timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type fakeTimer struct {
c chan time.Time

// The time when the firer expires. Only meaningful if the firer is currently
// one of a fakeClock's waiters.
// one of a FakeClock's waiters.
exp time.Time

// reset and stop provide the implementation of the respective exported
Expand Down

0 comments on commit 040a89e

Please sign in to comment.