updated api preview dummy record date field layout

This commit is contained in:
Gani Georgiev
2022-11-06 15:48:27 +02:00
parent 7225b380d5
commit 01814067b1
30 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func RandomStringWithAlphabet(length int, alphabet string) string {
return string(b)
}
// RandomString generates a pseudorandom string with the specified length.
// PseudorandomString generates a pseudorandom string with the specified length.
//
// The generated string matches [A-Za-z0-9]+ and it's transparent to URL-encoding.
//