Explorar el Código

doc: fix typo in ParseUUID

Closes #337
Chris Bannister hace 10 años
padre
commit
730396a4f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      uuid.go

+ 1 - 1
uuid.go

@@ -59,7 +59,7 @@ func init() {
 }
 
 // ParseUUID parses a 32 digit hexadecimal number (that might contain hypens)
-// represanting an UUID.
+// representing an UUID.
 func ParseUUID(input string) (UUID, error) {
 	var u UUID
 	j := 0