Skip to content

Commit

Permalink
spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Sep 20, 2024
1 parent 14b5354 commit dfd936f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/libraries/Internal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ library Internal {
bytes extraArgs; // destination-chain specific extra args, such as the gasLimit for EVM chains
address feeToken; // fee token
uint256 feeTokenAmount; // fee token amount
uint256 feeValueJuels; // fee amount in Jules
uint256 feeValueJuels; // fee amount in Juels
EVM2AnyTokenTransfer[] tokenAmounts; // array of tokens and amounts to transfer
}

Expand Down

0 comments on commit dfd936f

Please sign in to comment.