Skip to content

Commit 6509602

Browse files
committed
[meta.unary.prop] Comma should be a period
1 parent 7bbebe8 commit 6509602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -850,14 +850,14 @@
850850
\tcode{struct is_trivially_relocatable;} &
851851
\tcode{T} is a trivially relocatable type\iref{basic.types.general} &
852852
\tcode{remove_all_extents_t<T>} shall be a complete type or
853-
\cv{}~\keyword{void}, \\ \rowsep
853+
\cv{}~\keyword{void}. \\ \rowsep
854854

855855
\indexlibraryglobal{is_replaceable}%
856856
\tcode{template<class T>}\br
857857
\tcode{struct is_replaceable;} &
858858
\tcode{T} is a replaceable type\iref{basic.types.general} &
859859
\tcode{remove_all_extents_t<T>} shall be a complete type or
860-
\cv{}~\keyword{void}, \\ \rowsep
860+
\cv{}~\keyword{void}. \\ \rowsep
861861

862862
\indexlibraryglobal{is_standard_layout}%
863863
\tcode{template<class T>}\br

0 commit comments

Comments
 (0)