Skip to content

Commit 30f6213

Browse files
author
Dawn Perchik
committed
[util.smartptr.shared] Fix punctuation in synopsis comment.
1 parent 556c6da commit 30f6213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8818,7 +8818,7 @@
88188818
template<class U> bool owner_before(weak_ptr<U> const& b) const;
88198819
};
88208820

8821-
// \ref{util.smartptr.shared.create}, shared_ptr creation
8821+
// \ref{util.smartptr.shared.create}, shared_ptr creation:
88228822
template<class T, class... Args> shared_ptr<T> make_shared(Args&&... args);
88238823
template<class T, class A, class... Args>
88248824
shared_ptr<T> allocate_shared(const A& a, Args&&... args);

0 commit comments

Comments
 (0)