File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ contract Passage {
78
78
/// @notice Fulfills exit orders by transferring tokenOut to the recipient
79
79
/// @param orders The exit orders to fulfill
80
80
/// @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`.
82
82
/// Builder SHOULD set a block expiration time that is AT MOST the minimum of all exit order deadlines;
83
83
/// 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,
85
85
/// and the Builder can't collect the corresponding value on the rollup.
86
86
/// @dev Called by the Builder atomically with a transaction calling `submitBlock`.
87
87
/// The user-submitted transactions initiating the ExitOrders on the rollup
You can’t perform that action at this time.
0 commit comments