Skip to content

Commit

Permalink
Update sdk/metric/controller/time/time.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored May 2, 2022
1 parent a6c7393 commit 8f38630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/controller/time/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type Ticker interface {
C() <-chan time.Time
}

// RealClock wraps the time package and uses system to tell time.
// RealClock wraps the time package and uses the system time to tell time.
type RealClock struct {
}

Expand Down

0 comments on commit 8f38630

Please sign in to comment.