Skip to content

Commit 9192d65

Browse files
author
Dawn Perchik
committed
[diff] Replace "as the following example illustrates" with "For example" for consistency.
1 parent 0ad3281 commit 9192d65

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/compatibility.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,8 @@
885885
\rationale Required for new features.
886886
\effect
887887
Valid \CppIII{} code may fail to compile or produce different results in
888-
this International Standard, as the following example illustrates:
888+
this International Standard.
889+
For example:
889890

890891
\begin{codeblock}
891892
#define _x "there"
@@ -929,7 +930,8 @@
929930
\rationale Removing surprising interactions with templates and constant
930931
expressions.
931932
\effect Valid \CppIII{} code may fail to compile or produce different results in
932-
this International Standard, as the following example illustrates:
933+
this International Standard.
934+
For example:
933935

934936
\begin{codeblock}
935937
void f(void *); // \#1
@@ -954,7 +956,8 @@
954956
\rationale Required for new features.
955957
\effect
956958
Valid \CppIII{} code may fail to compile or produce different results in
957-
this International Standard, as the following example illustrates:
959+
this International Standard.
960+
For example:
958961

959962
\begin{codeblock}
960963
bool b1 = new int && false; // previously \tcode{false}, now ill-formed

0 commit comments

Comments
 (0)