From a9a4381398098107d1b359a19338e91651605de8 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 6 Mar 2022 13:34:23 +0100 Subject: docs: fix 'uint32_teger' comments --- src/interfaces/randomization.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces') diff --git a/src/interfaces/randomization.hpp b/src/interfaces/randomization.hpp index a17efb4..524069a 100644 --- a/src/interfaces/randomization.hpp +++ b/src/interfaces/randomization.hpp @@ -13,7 +13,7 @@ public: using ISeedGeneratorFactory = std::shared_ptr (*)(); /** - * Pseudo-random uint32_teger generator. + * Pseudo-random unsigned integer generator. */ class IRandomNumberGenerator { -- cgit v1.2.3-18-g5258