Skip to content

Commit

Permalink
docs: fixed jsdocs for signMessage (ethers-io#4314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 2, 2023
1 parent 1d9c019 commit 1c71ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export interface Signer extends Addressable, ContractRunner, NameResolver {
sendTransaction(tx: TransactionRequest): Promise<TransactionResponse>;

/**
* Signers an [[link-eip-191]] prefixed personal message.
* Signs an [[link-eip-191]] prefixed personal message.
*
* If the %%message%% is a string, it is signed as UTF-8 encoded bytes. It is **not**
* interpretted as a [[BytesLike]]; so the string ``"0x1234"`` is signed as six
Expand Down

0 comments on commit 1c71ec6

Please sign in to comment.