aboutsummaryrefslogtreecommitdiff
path: root/version1.go
diff options
context:
space:
mode:
authorPaul Borman <borman@google.com>2016-02-29 06:13:44 -0800
committerPaul Borman <borman@google.com>2016-02-29 06:13:44 -0800
commit9887602f2202a727d9562a5c2c249bd2777de342 (patch)
treec67379b20b193ad0715dc7b9f8673aab5db7bf3f /version1.go
parent33471c92ef39af448b32c1015fb7d5c4d32c3de5 (diff)
parentdfce887783a3bca4ff38a5e915fa74c9c51b6441 (diff)
downloadgoogle-uuid-9887602f2202a727d9562a5c2c249bd2777de342.tar.gz
Merge branch 'master' of https://github.com/google/uuid
Diffstat (limited to 'version1.go')
-rw-r--r--version1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version1.go b/version1.go
index 3bc13c1..22dc07c 100644
--- a/version1.go
+++ b/version1.go
@@ -13,7 +13,7 @@ import (
// or SetNodeInterface then it will be set automatically. If the NodeID cannot
// be set NewUUID returns nil. If clock sequence has not been set by
// SetClockSequence then it will be set automatically. If GetTime fails to
-// return the current NewUUID returns nil.
+// return the current NewUUID returns Nil and an error.
//
// In most cases, New should be used.
func NewUUID() (UUID, error) {