docs: fixed typo in jsdocs
This commit is contained in:
parent
492919d14f
commit
19cbcaf3b0
@ -792,7 +792,7 @@ export class BaseContract implements Addressable, EventEmitterable<ContractEvent
|
|||||||
async getAddress(): Promise<string> { return await getInternal(this).addrPromise; }
|
async getAddress(): Promise<string> { return await getInternal(this).addrPromise; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the dedployed bytecode or null if no bytecode is found.
|
* Return the deployed bytecode or null if no bytecode is found.
|
||||||
*/
|
*/
|
||||||
async getDeployedCode(): Promise<null | string> {
|
async getDeployedCode(): Promise<null | string> {
|
||||||
const provider = getProvider(this.runner);
|
const provider = getProvider(this.runner);
|
||||||
|
Loading…
Reference in New Issue
Block a user