Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bechard <[email protected]>
  • Loading branch information
dbechrd authored Aug 31, 2024
1 parent 3bb944a commit 63a0b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/yojimbo_base_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 63a0b47

Please sign in to comment.