fixing typo in godoc in pkg random

This commit is contained in:
Julien Neuhart
2019-07-08 18:07:44 +02:00
parent 9ab8d03697
commit acd47b870f

View File

@@ -10,7 +10,7 @@ func TestGet(t *testing.T) {
var rands []string
// use case: for 1 000 concurrent
// requests (which is a big Gotenberg instance),
// none should have the identifier.
// none should have the same identifier.
for i := 0; i < 1000; i++ {
rands = append(rands, Get())
}