Fix make_unique header filename documentation

This commit is contained in:
glywk
2017-11-02 23:07:16 +01:00
parent 50fbbe91d8
commit 765840cd71

View File

@@ -35,7 +35,7 @@ feature with `std::make_unique`.
## Synopsis
`make_unique` is defined in `<boost/smart_ptr/make_unqiue.hpp>`.
`make_unique` is defined in `<boost/smart_ptr/make_unique.hpp>`.
[subs=+quotes]
```