1
0
mirror of https://github.com/google/uuid.git synced 2024-11-28 08:49:08 +02:00

version4: Typo in 'New' doc

Remove redundant 'is'.
This commit is contained in:
Boris 2017-07-07 12:56:32 +02:00 committed by GitHub
parent 6a5e285548
commit 264af6d852

View File

@ -6,7 +6,7 @@ package uuid
import "io"
// New is creates a new random UUID or panics. New is equivalent to
// New creates a new random UUID or panics. New is equivalent to
// the expression
//
// uuid.Must(uuid.NewRandom())