From d6a4f5b0f350b1a295ba5a9a12d1e5522c514e59 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Sat, 12 Mar 2022 22:07:07 -0600 Subject: [PATCH] Tweak the docstring --- server/src/objects/Game.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/objects/Game.ts b/server/src/objects/Game.ts index 15264f7..885a350 100644 --- a/server/src/objects/Game.ts +++ b/server/src/objects/Game.ts @@ -61,8 +61,8 @@ export class Game { /** The deck of the fuel cards */ get deck() { return this._deck; }; - /** The players in the game */ - get players() { return this._players }; + /** A list players of in the game */ + get players() { return this._players; }; /** * The algorithm to determine which direction the closest ship is, this