Skip to content

Commit

Permalink
minor edits to formatting in the Manual
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 28, 2018
1 parent 692b2e1 commit e10e243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wiki/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ Below is a detailed description of each of the base exchange properties:

The meaning of each flag showing availability of this or that method is:

- boolean `true` means the method is natively available from the exchange API and unified in the ccxt library
- boolean `false` means the method isn't natively available from the exchange API or not unified in the ccxt library yet
- an `'emulated'` string means the endpoint isn't natively available from the exchange API but reconstructed by the ccxt library from available true-methods
- boolean `true` means the method is natively available from the exchange API and unified in the ccxt library
- boolean `false` means the method isn't natively available from the exchange API or not unified in the ccxt library yet
- an `'emulated'` string means the endpoint isn't natively available from the exchange API but reconstructed by the ccxt library from available true-methods

## Rate Limit

Expand Down

0 comments on commit e10e243

Please sign in to comment.