Skip to content

Commit 5034330

Browse files
authored
Fix typo in Readme.md
1 parent dc75272 commit 5034330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ If `levels_num` is 1, you will receive size levels at the best bid and ask (same
650650

651651
Note that a certain price level will be taken into account even if it has a zero size level. For
652652
example, if `levels_num` is 2, and best bid is at price level 100 of size level 1, 99 is empty,
653-
the method will count compute `1 + 0` and return `0`.
653+
the method will compute `1 + 0` and return `1`.
654654

655655
#### create_mbo_book()
656656

0 commit comments

Comments
 (0)