Skip to content

Commit 7dbe55f

Browse files
committed
Fixed comment
1 parent 1f76ad0 commit 7dbe55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bridges/element/ElementBridge.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ contract ElementBridge is IDefiBridge {
459459
outputValueA = 0;
460460
outputValueB = 0;
461461

462-
// capture the proficed arguments in a struct to prevent 'stack too deep' errors
462+
// capture the provided arguments in a struct to prevent 'stack too deep' errors
463463
ConvertArgs memory convertArgs = ConvertArgs({
464464
inputAssetAddress: inputAssetA.erc20Address,
465465
totalInputValue: totalInputValue,

0 commit comments

Comments
 (0)