From b317a711d1cf98ec7c18184e5eaa6608a6fbbaf3 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Wed, 21 Jan 2015 10:05:44 +0100 Subject: [PATCH] Fix a typo. --- uniuri.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniuri.go b/uniuri.go index bb9eab9..6389ba1 100644 --- a/uniuri.go +++ b/uniuri.go @@ -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 )