Skip to content

Commit 8833122

Browse files
authored
Merge pull request #16 from Evalir/evalir/typo-nits
chore(Passage.sol): typo nits
2 parents e0481e9 + 12a8445 commit 8833122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Passage.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ contract Passage {
7878
/// @notice Fulfills exit orders by transferring tokenOut to the recipient
7979
/// @param orders The exit orders to fulfill
8080
/// @custom:emits ExitFilled for each exit order fulfilled.
81-
/// @dev Builder SHOULD call `filfillExits` atomically with `submitBlock`.
81+
/// @dev Builder SHOULD call `fulfillExits` atomically with `submitBlock`.
8282
/// Builder SHOULD set a block expiration time that is AT MOST the minimum of all exit order deadlines;
8383
/// this way, `fulfillExits` + `submitBlock` will revert atomically on mainnet if any exit orders have expired.
84-
/// Otherwise, `filfillExits` may mine on mainnet, while `submitExit` reverts on the rollup,
84+
/// Otherwise, `fulfillExits` may mine on mainnet, while `submitExit` reverts on the rollup,
8585
/// and the Builder can't collect the corresponding value on the rollup.
8686
/// @dev Called by the Builder atomically with a transaction calling `submitBlock`.
8787
/// The user-submitted transactions initiating the ExitOrders on the rollup

0 commit comments

Comments
 (0)