Skip to content

Commit 14a2f7d

Browse files
opensdhzygoloid
authored andcommitted
[basic.def.odr] Fix typos
1 parent cb84c6a commit 14a2f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
defined within each definition of \tcode{D}
669669
(including the closure types of \grammarterm{lambda-expression}{s},
670670
but excluding entities defined within default arguments or
671-
defualt template arguments of either \tcode{D} or
671+
default template arguments of either \tcode{D} or
672672
an entity not defined within \tcode{D}).
673673
For each such entity and for \tcode{D} itself,
674674
the behavior is as if there is a single entity with a single definition,
@@ -698,7 +698,7 @@
698698
void h(bool cond, void (*p)() = []{}) {
699699
if (cond) h(false);
700700
}
701-
}
701+
};
702702
\end{codeblock}
703703

704704
If the definition of \tcode{f} appears in multiple translation units,

0 commit comments

Comments
 (0)