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

Merge pull request #20 from shawnps/patch-5

typo
This commit is contained in:
pborman 2016-02-08 08:46:39 -08:00
commit db13d9ecca

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 {