Skip to content

Commit 4fd8186

Browse files
authored
[allocator.requirements.general] Change "pointer" to "value".
Technically a pointer is a type, this should mean "a pointer value". And "a pointer value of type `C*`" is somewhat confusing between `C*` and `C**` at the first glance. Hence, "a value of" suffice. This is also more consistent to other entries.
1 parent aed9756 commit 4fd8186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@
20862086
\item
20872087
\tcode{b} denotes a value of type \tcode{Y},
20882088
\item
2089-
\tcode{c} denotes a pointer of type \tcode{C*}
2089+
\tcode{c} denotes a value of type \tcode{C*}
20902090
through which indirection is valid,
20912091
\item
20922092
\tcode{p} denotes a value of type \tcode{XX::pointer}

0 commit comments

Comments
 (0)