mirror of
https://github.com/google/uuid.git
synced 2025-09-16 09:16:30 +02:00
typo
This commit is contained in:
2
uuid.go
2
uuid.go
@@ -116,7 +116,7 @@ func (uuid UUID) Variant() Variant {
|
||||
panic("unreachable")
|
||||
}
|
||||
|
||||
// Version returns the verison of uuid. It returns false if uuid is not
|
||||
// Version returns the version of uuid. It returns false if uuid is not
|
||||
// valid.
|
||||
func (uuid UUID) Version() (Version, bool) {
|
||||
if len(uuid) != 16 {
|
||||
|
Reference in New Issue
Block a user