Skip to content

Commit 8158908

Browse files
committed
docs: fixed typo in jsdocs (#4724)
1 parent 7e1dc95 commit 8158908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/abi/fragments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ export class ParamType {
788788
* Walks the **ParamType** with %%value%%, asynchronously calling
789789
* %%process%% on each type, destructing the %%value%% recursively.
790790
*
791-
* This can be used to resolve ENS naes by walking and resolving each
791+
* This can be used to resolve ENS names by walking and resolving each
792792
* ``"address"`` type.
793793
*/
794794
async walkAsync(value: any, process: ParamTypeWalkAsyncFunc): Promise<any> {

0 commit comments

Comments
 (0)