1
0
mirror of https://github.com/google/uuid.git synced 2024-11-24 08:32:23 +02:00
This commit is contained in:
Shawn Smith 2016-01-22 08:36:40 -08:00
parent dee7705ef7
commit 1ea597af03

View File

@ -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 {