mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Typo in documentation
Signed-off-by: leriomaggio <valeriomaggio@gmail.com>
This commit is contained in:
@@ -249,7 +249,7 @@ public class DeckRecognizer {
|
|||||||
this.type == TokenType.CARD_TYPE);
|
this.type == TokenType.CARD_TYPE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Determins if current token is a Deck Section token
|
/** Determines if current token is a Deck Section token
|
||||||
* @return true if the type of token is DECK_SECTION_NAMES
|
* @return true if the type of token is DECK_SECTION_NAMES
|
||||||
*/
|
*/
|
||||||
public boolean isDeckSection(){ return this.type == TokenType.DECK_SECTION_NAME; }
|
public boolean isDeckSection(){ return this.type == TokenType.DECK_SECTION_NAME; }
|
||||||
|
|||||||
Reference in New Issue
Block a user