Minor code comment grammar change

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-10-27 16:28:51 -07:00
parent 013beafe7e
commit b324b3a1a9
@@ -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;
};