Skip to content

Commit 7d032bb

Browse files
committed
fixups: cleaned up some markdown-isms that had not been converted
1 parent 1bef7c5 commit 7d032bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/declarations.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4550,10 +4550,10 @@
45504550
in different translation units,
45514551
a diagnostic is required only if $D$ is attached to a named module.
45524552
If a declaration $F_1$ is a
4553-
first declaration of `f`
4553+
first declaration of \tcode{f}
45544554
in one translation unit and
45554555
a declaration $F_2$ is a
4556-
first declaration of `f` in another translation unit,
4556+
first declaration of \tcode{f} in another translation unit,
45574557
$F_1$ and $F_2$ shall specify the same
45584558
\grammarterm{function-contract-specifier-seq}, no diagnostic required.
45594559

@@ -4713,7 +4713,7 @@
47134713
as the name of a \defn{result binding}
47144714
of the associated function.
47154715
If a postcondition assertion has a \grammarterm{result-name-introducer}
4716-
and the return type of the function is $cv$ `void`,
4716+
and the return type of the function is $cv$ \keyword{void},
47174717
the program is ill-formed.
47184718
A result binding denotes
47194719
the object or reference returned by

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,13 +1911,13 @@
19111911
\item
19121912
a variable
19131913
declared outside of $C$
1914-
of type ``reference to `T`'', or
1914+
of type ``reference to \tcode{T}'', or
19151915
\item
19161916
a structured binding of type \tcode{T}
19171917
whose corresponding variable
19181918
is declared outside of $C$,
19191919
\end{itemize}
1920-
then the type of the expression is `const` `T`.
1920+
then the type of the expression is \tcode{const} \tcode{T}.
19211921

19221922

19231923
\pnum

0 commit comments

Comments
 (0)