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 {
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
You can’t perform that action at this time.
0 commit comments