Skip to content

Commit

Permalink
use unified order book wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Nov 13, 2023
1 parent d4f10b8 commit 7e7a6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/order-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ their order, the quantity they wish to buy the `taker_asset` for `taker_amount`
and sell the `maker_asset` for `maker_amount`. This order is then added to the
order book, where it waits to be matched by taker(s).

It is important to mention that the users of the Zeitgeist orderbook do specify
It is important to mention that the users of the Zeitgeist order book do specify
the price of the assets implicitly. This means that the `place_order` does not
take a price as an argument, but rather the `taker_amount` and `maker_amount`.
This means the caller of the `place_order` function does willingly sell the
Expand Down

0 comments on commit 7e7a6c5

Please sign in to comment.