Skip to content

Commit 629e10e

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[inplace.vector.overview] Add missing ',' in comment
1 parent 0b296da commit 629e10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9638,7 +9638,7 @@
96389638
constexpr const_reverse_iterator crbegin() const noexcept;
96399639
constexpr const_reverse_iterator crend() const noexcept;
96409640

9641-
// \ref{inplace.vector.capacity} size/capacity
9641+
// \ref{inplace.vector.capacity}, size/capacity
96429642
constexpr bool empty() const noexcept;
96439643
constexpr size_type size() const noexcept;
96449644
static constexpr size_type max_size() noexcept;

0 commit comments

Comments
 (0)