From b324b3a1a994e00ac6b8e67f7e365870be07fab8 Mon Sep 17 00:00:00 2001 From: Gene Walters Date: Wed, 27 Oct 2021 16:28:51 -0700 Subject: [PATCH] Minor code comment grammar change Signed-off-by: Gene Walters --- .../Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/Multiplayer/Code/Include/Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h b/Gems/Multiplayer/Code/Include/Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h index 90f968f591..82b63d94f0 100644 --- a/Gems/Multiplayer/Code/Include/Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h +++ b/Gems/Multiplayer/Code/Include/Multiplayer/Editor/MultiplayerPythonEditorEventsBus.h @@ -24,7 +24,7 @@ namespace Multiplayer virtual void EnterGameMode() = 0; /* - * Queries if it's in the game mode and the server has finished connecting and the default network player has spawned. + * Queries if the Editor is in game mode, the editor-server has finished connecting, and the default network player has spawned. */ virtual bool IsInGameMode() = 0; };