mirror of
https://github.com/google/uuid.git
synced 2024-11-24 08:32:23 +02:00
fix typo
This commit is contained in:
parent
dee7705ef7
commit
fe04eb6d8d
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user