Fix typo
This commit is contained in:
@@ -35,6 +35,8 @@ interface ISwapAdapterV2 is ISwapAdapterTypes {
|
|||||||
/// @param sellToken The token being sold.
|
/// @param sellToken The token being sold.
|
||||||
/// @param buyToken The token being bought.
|
/// @param buyToken The token being bought.
|
||||||
/// @param specifiedAmounts Amounts to calculate marginal prices at.
|
/// @param specifiedAmounts Amounts to calculate marginal prices at.
|
||||||
|
/// @param data Any additional data required, that does not fit the
|
||||||
|
/// interface.
|
||||||
/// @return prices array of prices as fractions corresponding to the
|
/// @return prices array of prices as fractions corresponding to the
|
||||||
/// provided amounts.
|
/// provided amounts.
|
||||||
function price(
|
function price(
|
||||||
|
|||||||
Reference in New Issue
Block a user