From ed76f25f2cb739813a3a33756cfd49633d39a5f3 Mon Sep 17 00:00:00 2001 From: Jake Scott Date: Tue, 3 Dec 2013 20:06:00 +1300 Subject: [PATCH] Typo --- examples/epoch/epoch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)