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 */
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue