Skip to content

Commit

Permalink
Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Apr 12, 2016
1 parent dff0474 commit 1cf9079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In addition:
## Basic example

```cpp
include <algorithm>
#include <algorithm>
#include <iostream>
#include <iterator>

Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The concepts of this library are defined are [here](md_doc_concepts.html).
## Basic example

```cpp
include <algorithm>
#include <algorithm>
#include <iostream>
#include <iterator>

Expand Down

0 comments on commit 1cf9079

Please sign in to comment.