Skip to content

Commit 23c5fd6

Browse files
authored
docs: word <any> not authorized in jsdoc (#1082)
1 parent 64ac7e3 commit 23c5fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/calldata/requestParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function parseCalldataValue(
270270
/**
271271
* Parse one field of the calldata by using input field from the abi for that method
272272
*
273-
* @param argsIterator - Iterator<any> for value of the field
273+
* @param argsIterator - Iterator for value of the field
274274
* @param input - input(field) information from the abi that will be used to parse the data
275275
* @param structs - structs from abi
276276
* @param enums - enums from abi

0 commit comments

Comments
 (0)