Skip to content

Commit 90474c7

Browse files
Dawn Perchikvgvassilev
authored andcommitted
[util.smartptr.shared] Fix punctuation in synopsis comment.
1 parent 4d68a64 commit 90474c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9401,7 +9401,7 @@
94019401
template<class U> bool owner_before(const weak_ptr<U>& b) const;
94029402
};
94039403

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

0 commit comments

Comments
 (0)