Skip to content

Commit 4bc1ecd

Browse files
committed
fixup: add 'the type'
1 parent 3c28f3a commit 4bc1ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@
267267
\begin{itemize}
268268
\item
269269
the expression \tcode{$M$.size()} is
270-
implicitly convertible to \tcode{std::size_t}, and
270+
implicitly convertible to the type \tcode{std::size_t}, and
271271
\item
272272
the expression \tcode{$M$.data()} is
273-
implicitly convertible to ``pointer to \keyword{const} \keyword{char}''
273+
implicitly convertible to the type ``pointer to \keyword{const} \keyword{char}''.
274274
\end{itemize}
275275

276276
\pnum

0 commit comments

Comments
 (0)