Skip to content

Commit 9485e61

Browse files
committed
[dcl.fct] Remove stray space
1 parent c66ef0b commit 9485e61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/declarators.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,12 +1235,10 @@
12351235
where
12361236
\tcode{D}
12371237
has the form
1238-
12391238
\begin{ncsimplebnf}
12401239
\terminal{D1 (} parameter-declaration-clause \terminal{)} cv-qualifier-seq\opt\br
12411240
\hspace*{\bnfindentinc}ref-qualifier\opt noexcept-specifier\opt attribute-specifier-seq\opt
12421241
\end{ncsimplebnf}
1243-
12441242
and the type of the contained
12451243
\grammarterm{declarator-id}
12461244
in the declaration
@@ -1257,7 +1255,7 @@
12571255
``\placeholder{derived-declarator-type-list}
12581256
\tcode{noexcept}\opt
12591257
function of
1260-
(\grammarterm{parameter-declaration-clause} )
1258+
(\grammarterm{parameter-declaration-clause})
12611259
\grammarterm{cv-qualifier-seq}\opt{} \grammarterm{ref-qualifier}\opt{}
12621260
returning \tcode{T}'',
12631261
where the optional \tcode{noexcept} is present

0 commit comments

Comments
 (0)