Skip to content

Commit 49eabc0

Browse files
committed
Fixup
LWG noticed that these conditions were missing 'is true' so I offered to editorially change them to math expressions.
1 parent 89f5c86 commit 49eabc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/memory.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3952,11 +3952,11 @@
39523952
\begin{itemdescr}
39533953
\pnum
39543954
\expects
3955-
\tcode{get() != nullptr}.
3955+
\tcode{get() != nullptr} is \tcode{true}.
39563956

39573957
\pnum
39583958
\hardexpects
3959-
\tcode{i <= 0}. If \tcode{T} is \tcode{U[N]}, \tcode{i < N}.
3959+
$\tcode{i} \ge 0$. If \tcode{T} is \tcode{U[N]}, $\tcode{i} < \tcode{N}$.
39603960

39613961
\pnum
39623962
\returns

0 commit comments

Comments
 (0)