fixed doc

This commit is contained in:
Bertie690 2025-09-07 13:48:41 -04:00
parent 8bbe706f3f
commit 72e9c153d0

View File

@ -232,7 +232,7 @@ export class PhaseInterceptor {
/**
* Toggle the Interceptor's logging blacklist, enabling or disabling logging all phases in
* {@linkcode blacklistedPhaseNames}.
* @param state - Whether the blacklist should work; default `false` (disable)
* @param state - Whether the blacklist should be enabled; default `false` (disable)
*/
public toggleBlacklist(state = false): void {
this.respectBlacklist = state;