From 63a0b47ca8d0e2b52d3b1315244b1416edec5e7a Mon Sep 17 00:00:00 2001 From: Dan Bechard Date: Sat, 31 Aug 2024 16:56:10 -0400 Subject: [PATCH] typo fix Signed-off-by: Dan Bechard --- include/yojimbo_base_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/yojimbo_base_client.h b/include/yojimbo_base_client.h index 6910c33a..db7d3c80 100644 --- a/include/yojimbo_base_client.h +++ b/include/yojimbo_base_client.h @@ -46,7 +46,7 @@ namespace yojimbo @param allocator The allocator for all memory used by the client. @param config The base client/server configuration. @param time The current time in seconds. See ClientInterface::AdvanceTime - @param allocator The adapter to the game program. Specifies allocators, message factory to use etc. + @param adapter The adapter to the game program. Specifies allocators, message factory to use etc. */ explicit BaseClient( class Allocator & allocator, const ClientServerConfig & config, class Adapter & adapter, double time );