Tweak the docstring

This commit is contained in:
Oliver Akins 2022-03-12 22:07:07 -06:00
parent b3d157d1e6
commit d6a4f5b0f3
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -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