Tweak the docstring
This commit is contained in:
parent
b3d157d1e6
commit
d6a4f5b0f3
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ export class Game {
|
||||||
/** The deck of the fuel cards */
|
/** The deck of the fuel cards */
|
||||||
get deck() { return this._deck; };
|
get deck() { return this._deck; };
|
||||||
|
|
||||||
/** The players in the game */
|
/** A list players of in the game */
|
||||||
get players() { return this._players };
|
get players() { return this._players; };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The algorithm to determine which direction the closest ship is, this
|
* The algorithm to determine which direction the closest ship is, this
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue