Merge pull request #45 from glywk/contribution

Fix make_unique header filename documentation
This commit is contained in:
Glen Fernandes
2017-11-02 21:46:41 -04:00
committed by GitHub

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]
```