Skip to content

Commit cae9b2a

Browse files
authored
[container.alloc.reqmts,sequence.reqmts] Add period at end (#7614)
1 parent 2e1b856 commit cae9b2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/containers.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129

11301130
\pnum
11311131
\ensures
1132-
\tcode{u == t}, \tcode{u.get_allocator() == m}
1132+
\tcode{u == t}, \tcode{u.get_allocator() == m}.
11331133

11341134
\pnum
11351135
\complexity
@@ -2199,7 +2199,7 @@
21992199
\begin{itemdescr}
22002200
\pnum
22012201
\result
2202-
\tcode{reference; const_reference} for constant \tcode{a}
2202+
\tcode{reference; const_reference} for constant \tcode{a}.
22032203

22042204
\pnum
22052205
\effects
@@ -2222,7 +2222,7 @@
22222222
\begin{itemdescr}
22232223
\pnum
22242224
\result
2225-
\tcode{reference; const_reference} for constant \tcode{a}
2225+
\tcode{reference; const_reference} for constant \tcode{a}.
22262226

22272227
\pnum
22282228
\returns

0 commit comments

Comments
 (0)