Fix a typo.

This commit is contained in:
Dmitry Chestnykh 2015-01-21 10:05:44 +01:00
parent d4cd796fc0
commit b317a711d1

View File

@ -30,7 +30,7 @@ import (
const (
// Standard length of uniuri string to achive ~95 bits of entropy.
StdLen = 16
// Length of uniurl string to achive ~119 bits of entropy, closest
// Length of uniuri string to achive ~119 bits of entropy, closest
// to what can be losslessly converted to UUIDv4 (122 bits).
UUIDLen = 20
)