Skip to content

Commit 2400aa5

Browse files
author
Dawn Perchik
committed
[allocator.requirements] Fix missing colon for "u" in Table 27 (#195)
Fixes #195.
1 parent 19f1998 commit 2400aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@
16801680
conversion from a value \tcode{p} \\ \rowsep
16811681
\tcode{x} & a value of type \tcode{XX::const_void_pointer} obtained by
16821682
conversion from a value \tcode{q} or a value \tcode{w} \\ \rowsep
1683-
\tcode{y} & a value of type \tcode{XX:const_void_pointer} obtained by
1683+
\tcode{y} & a value of type \tcode{XX::const_void_pointer} obtained by
16841684
conversion from a result value of \tcode{YY::allocate}, or else a value of
16851685
type (possibly \tcode{const}) \tcode{std::nullptr_t}. \\ \rowsep
16861686
\tcode{n} & a value of type \tcode{XX::size_type}. \\ \rowsep

0 commit comments

Comments
 (0)