Skip to content

Commit b0a253c

Browse files
committed
[expr.const.cast] Fix punctuation placement.
1 parent 7e02c2f commit b0a253c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -4225,7 +4225,7 @@
42254225
\pnum
42264226
\begin{note}
42274227
Some conversions which involve only changes in cv-qualification cannot
4228-
be done using \tcode{const_cast.} For instance, conversions between
4228+
be done using \tcode{const_cast}. For instance, conversions between
42294229
pointers to functions are not covered because such conversions lead to
42304230
values whose use causes undefined behavior. For the same reasons,
42314231
conversions between pointers to member functions, and in particular, the

0 commit comments

Comments
 (0)