We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1dc95 commit 8158908Copy full SHA for 8158908
src.ts/abi/fragments.ts
@@ -788,7 +788,7 @@ export class ParamType {
788
* Walks the **ParamType** with %%value%%, asynchronously calling
789
* %%process%% on each type, destructing the %%value%% recursively.
790
*
791
- * This can be used to resolve ENS naes by walking and resolving each
+ * This can be used to resolve ENS names by walking and resolving each
792
* ``"address"`` type.
793
*/
794
async walkAsync(value: any, process: ParamTypeWalkAsyncFunc): Promise<any> {
0 commit comments