diff --git a/doc/smart_ptr/make_unique.adoc b/doc/smart_ptr/make_unique.adoc index a260131..a1fc5d4 100644 --- a/doc/smart_ptr/make_unique.adoc +++ b/doc/smart_ptr/make_unique.adoc @@ -106,7 +106,7 @@ template + Constraints:: `T` is not an array. Returns:: `std::unique_ptr(new T)`. -Example:: `auto p = make_unique_noinit();` +Example:: `auto p = make_unique_noinit >();` ``` template