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