diff --git a/libs/traits/src/lib.rs b/libs/traits/src/lib.rs index 39ecb0fa7d..5d9e6def65 100644 --- a/libs/traits/src/lib.rs +++ b/libs/traits/src/lib.rs @@ -699,9 +699,7 @@ pub trait TokenSwaps { /// `currency_in` currency when buying with `currency_out`. This /// protects order placer if market changes unfavourably for swap order. /// Returns the order id created with by this buy order if it could not - /// be inmediately and completelly fullfilled. If there was already an - /// active order with the same account currencies, the order is - /// increased/decreased and the same order id is returned. + /// be immediately and completely fulfilled. fn place_order( account: Account, currency_out: Self::CurrencyId,