From 765840cd710850c7d2bf1b21a22498c8f5205afb Mon Sep 17 00:00:00 2001 From: glywk Date: Thu, 2 Nov 2017 23:07:16 +0100 Subject: [PATCH] Fix make_unique header filename documentation --- doc/smart_ptr/make_unique.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/smart_ptr/make_unique.adoc b/doc/smart_ptr/make_unique.adoc index b4e94bf..ae3b325 100644 --- a/doc/smart_ptr/make_unique.adoc +++ b/doc/smart_ptr/make_unique.adoc @@ -35,7 +35,7 @@ feature with `std::make_unique`. ## Synopsis -`make_unique` is defined in ``. +`make_unique` is defined in ``. [subs=+quotes] ```