Skip to content

Commit

Permalink
docs: fixed typo in jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 7c09054 commit 290f7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/contract/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ export class BaseContract implements Addressable, EventEmitterable<ContractEvent
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> {
const provider = getProvider(this.runner);
Expand Down

0 comments on commit 290f7ed

Please sign in to comment.