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