Skip to content

Commit c8295e3

Browse files
jensmaurertkoeppe
authored andcommitted
[stmt.stmt], [dcl.attr.deprecated] Remove hyphen in 're-declared' (#1381)
Fixes #1378.
1 parent 2b0db35 commit c8295e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3964,7 +3964,7 @@
39643964
a template specialization.
39653965

39663966
\pnum
3967-
A name or entity declared without the \tcode{deprecated} attribute can later be re-declared
3967+
A name or entity declared without the \tcode{deprecated} attribute can later be redeclared
39683968
with the attribute and vice-versa. \begin{note} Thus, an entity initially declared without the
39693969
attribute can be marked as deprecated by a subsequent redeclaration. However, after an entity
39703970
is marked as deprecated, later redeclarations do not un-deprecate the entity. \end{note}

source/statements.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
introduced by the \grammarterm{decl-specifier-seq} or the
4949
\grammarterm{declarator} of the condition) is in scope from its point of
5050
declaration until the end of the substatements controlled by the
51-
condition. If the name is re-declared in the outermost block of a
51+
condition. If the name is redeclared in the outermost block of a
5252
substatement controlled by the condition, the declaration that
53-
re-declares the name is ill-formed.
53+
redeclares the name is ill-formed.
5454
\begin{example}
5555

5656
\begin{codeblock}

0 commit comments

Comments
 (0)