Small fix in generateUUIDv7WithFastCounter documentation

This commit is contained in:
Alexey Petrunyaka 2024-04-22 20:01:27 +03:00 committed by GitHub
parent 4e4e72ead8
commit c053d5e58e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -360,7 +360,7 @@ The function returns a value of type UUID.
.description = R"(
Generates a UUID of version 7 with current Unix time having milliseconds precision, a monotonic counter within the same timestamp and the same request starting from the random value, and followed by 4 random bytes.
This function takes an optional argument, the value of which is discarded to generate different values in case the function is called multiple times.
This function is a little bit faster version of the function GenerateUUIDv7WithCounter. It doesn't guarantee the counter monotony withing the same timestamp accross different requests. It means that two UUIDs having
This function is a little bit faster version of the function GenerateUUIDv7WithCounter. It doesn't guarantee the counter monotony withing the same timestamp accross different requests.
The function returns a value of type UUID.
)",
.examples{