Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtheschmitzer committed May 23, 2013
1 parent 927a00f commit 83f9436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Minimal Example
---------------
<pre>
// Create type-specific order book
book::OrderBook&lt;MyOrder*&gt;order_book;
book::OrderBook&lt;MyOrder*&gt; order_book;

// Attach desired event handler(s)
order_book.set_order_listener(&amp;listener);
Expand Down

0 comments on commit 83f9436

Please sign in to comment.