Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Apr 2, 2024
1 parent 14b3819 commit ad0ec1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions primitives/src/traits/hybrid_router_amm_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub trait HybridRouterAmmApi {
///
/// # Returns
///
/// Returns `Ok(())` if the buy is successful, or an error if the buy fails.
/// Returns information about the buy trade made.
fn buy(
who: Self::AccountId,
market_id: Self::MarketId,
Expand Down Expand Up @@ -126,7 +126,7 @@ pub trait HybridRouterAmmApi {
///
/// # Returns
///
/// Returns `Ok(())` if the sell is successful, or an error if the sell fails.
/// Returns information about the sell trade made.
fn sell(
who: Self::AccountId,
market_id: Self::MarketId,
Expand Down

0 comments on commit ad0ec1c

Please sign in to comment.