From 8f38630ffc10baaf82f831974a50df2ade7771e6 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 2 May 2022 08:39:04 -0700 Subject: [PATCH] Update sdk/metric/controller/time/time.go --- sdk/metric/controller/time/time.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/metric/controller/time/time.go b/sdk/metric/controller/time/time.go index e2f0ae25f6f..10b3cd8726f 100644 --- a/sdk/metric/controller/time/time.go +++ b/sdk/metric/controller/time/time.go @@ -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 { }