aboutsummaryrefslogtreecommitdiff
path: root/version1.go
diff options
context:
space:
mode:
authorBryan Matsuo <bryan.matsuo@gmail.com>2016-02-28 01:20:19 -0800
committerBryan Matsuo <bryan.matsuo@gmail.com>2016-02-28 01:20:19 -0800
commit9ce06d2d1de3e4f18408f34e3d87f90c44822476 (patch)
tree0c0aa8bda83334664d703b685be9768b67e7d341 /version1.go
parentedbe6ec0cc826be984fb7ba1fcf7f43a875e5f59 (diff)
downloadgoogle-uuid-9ce06d2d1de3e4f18408f34e3d87f90c44822476.tar.gz
small change to NewUUID return docs
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 a681953..9020bd5 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 an error.
+// return the current NewUUID returns NIL and an error.
//
// In most cases, New should be used.
func NewUUID() (UUID, error) {