Update doc comment in phase.ts

This commit is contained in:
Sirz Benjie 2025-05-22 19:20:20 -05:00
parent a5721a76be
commit b5bf987bc4
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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.