Skip to content

Commit 1c71ec6

Browse files
committed
docs: fixed jsdocs for signMessage (#4314)
1 parent 1d9c019 commit 1c71ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/providers/signer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export interface Signer extends Addressable, ContractRunner, NameResolver {
131131
sendTransaction(tx: TransactionRequest): Promise<TransactionResponse>;
132132

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

0 commit comments

Comments
 (0)