From 14fd41ef04c1756cc97766efb6820f0251e1a29f Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 2 Feb 2024 07:33:02 +0100 Subject: [PATCH] typo --- src-lib/Library/Types/Communication.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-lib/Library/Types/Communication.hs b/src-lib/Library/Types/Communication.hs index 73c559c..57f723c 100644 --- a/src-lib/Library/Types/Communication.hs +++ b/src-lib/Library/Types/Communication.hs @@ -21,7 +21,7 @@ data ServerMessage | ProvideInitialWizard -- ^ Message containing a newly created player character { initWizard :: Wizard } - | Ping -- ^ A servers's heartbeat request + | Ping -- ^ A server's heartbeat request { pingID :: UUID -- ^ The random ID of the heartbeat request. NOT THE CLIENT'S 'UUID'! } | TickUpdate -- ^ The Server's state update to the clients