diff --git a/src/utils/calldata/requestParser.ts b/src/utils/calldata/requestParser.ts index 5a4a099b0..0a02c96b8 100644 --- a/src/utils/calldata/requestParser.ts +++ b/src/utils/calldata/requestParser.ts @@ -270,7 +270,7 @@ function parseCalldataValue( /** * Parse one field of the calldata by using input field from the abi for that method * - * @param argsIterator - Iterator for value of the field + * @param argsIterator - Iterator for value of the field * @param input - input(field) information from the abi that will be used to parse the data * @param structs - structs from abi * @param enums - enums from abi