diff --git a/examples/epoch/epoch.go b/examples/epoch/epoch.go index 5752281..1e196f1 100644 --- a/examples/epoch/epoch.go +++ b/examples/epoch/epoch.go @@ -20,7 +20,7 @@ func main() { // Note that there is no `UnixMillis`, so to get the // milliseconds since epoch you'll need to manually - // dive from nanoseconds. + // divide from nanoseconds. millis := nanos / 1000000 fmt.Println(secs) fmt.Println(millis)