mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Update doc comment in phase.ts
This commit is contained in:
parent
a5721a76be
commit
b5bf987bc4
@ -21,7 +21,7 @@ export abstract class Phase {
|
||||
* Check if the phase is of the given type without requiring `instanceof`.
|
||||
*
|
||||
* @param phase - The string name of the phase to check.
|
||||
* @returns `true` if this phase is of the given type, `false` otherwise.
|
||||
* @returns Whether this phase is of the provided type.
|
||||
*
|
||||
* @remarks
|
||||
* This does not check for subclasses! It only checks if the phase is *exactly* the given type.
|
||||
|
Loading…
Reference in New Issue
Block a user