We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff0474 commit 1cf9079Copy full SHA for 1cf9079
2 files changed
README.md
@@ -40,7 +40,7 @@ In addition:
40
## Basic example
41
42
```cpp
43
-include <algorithm>
+#include <algorithm>
44
#include <iostream>
45
#include <iterator>
46
doc/index.md
@@ -38,7 +38,7 @@ The concepts of this library are defined are [here](md_doc_concepts.html).
38
39
- include <algorithm>
+ #include <algorithm>
0 commit comments