Skip to content

Commit f9595ec

Browse files
authored
Update swaps.md
Signed-off-by: fuder.eth <[email protected]>
1 parent 5e8dc25 commit f9595ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/swaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ F2. Swap deposits from one EVault (A) to exact amount of another (B)
111111
- `A.withdraw` to the swapper contract. The amount must cover all of the estimated swap costs with some extra, to account for slippage
112112
- `swapper.multicall` with the following items:
113113
- `Swapper.swap` - `exact input` on the generic handler with the off-chain payload
114-
- `Swapper.swap` - `exact output` on one of the supportin handlers (Uni V2/V3) with the user specified `amountOut`. The receiver can be either the swapper contract or B vault.
114+
- `Swapper.swap` - `exact output` on one of the supporting handlers (Uni V2/V3) with the user specified `amountOut`. The receiver can be either the swapper contract or B vault.
115115
- `Swapper.sweep` the output token, into the B vault
116116
- `SwapVerifier.verifyAmountMinAndSkim` check a minimum required amount was bought and claim the funds for the user. Because exact output swaps are not guaranteed to be exact always, a small slippage could be allowed.
117117

0 commit comments

Comments
 (0)