docs: fixed jsdocs for signMessage (#4314)

This commit is contained in:
Richard Moore 2023-11-02 14:48:45 -04:00
parent 1d9c0197a2
commit 1c71ec6df6

@ -131,7 +131,7 @@ export interface Signer extends Addressable, ContractRunner, NameResolver {
sendTransaction(tx: TransactionRequest): Promise<TransactionResponse>; 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** * 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 * interpretted as a [[BytesLike]]; so the string ``"0x1234"`` is signed as six