docs: make technical prose concrete
This commit is contained in:
@@ -234,7 +234,7 @@ export interface PendingCall {
|
||||
reject(error: Error): void
|
||||
}
|
||||
|
||||
/** Constructor shape for one program-visible binding rejection class. */
|
||||
/** Constructor type for one program-visible binding rejection class. */
|
||||
export type BindingErrorConstructor = new (memberName: string, message: string) => Error
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user