Typo in documentation

Signed-off-by: leriomaggio <valeriomaggio@gmail.com>
This commit is contained in:
leriomaggio
2021-10-09 00:17:34 +01:00
parent e9aa12bc46
commit 1934f27da3

View File

@@ -249,7 +249,7 @@ public class DeckRecognizer {
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
*/
public boolean isDeckSection(){ return this.type == TokenType.DECK_SECTION_NAME; }