From 628abab5d9a2f4ddb197cf8c2497bb22e1f78e7d Mon Sep 17 00:00:00 2001 From: Cobollatin Date: Fri, 29 Nov 2024 12:30:30 +0100 Subject: [PATCH] doxygen --- include/faker-cxx/string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/faker-cxx/string.h b/include/faker-cxx/string.h index 10d5b685..d64699cf 100644 --- a/include/faker-cxx/string.h +++ b/include/faker-cxx/string.h @@ -133,8 +133,8 @@ std::string uuid(RandomGenerator gen = RandomGenerator{}) * @returns ULID UINT128. * * @code - * faker::string::uuid() // "27666229-cedb-4a45-8018-98b1e1d921e2" - * faker::string::uuid(12345) // "27666229-cedb-4a45-8018-98b1e1d921e2" + * faker::string::ulid() // "0001C7STHC0G2081040G208104" + * faker::string::ulid(1484581420) // "0001C7STHC0G2081040G208104" * @endcode */