Skip to content

Commit d7c7050

Browse files
authored
Replace term "sample" with "example" for error references in range [C2401, C2430]
1 parent 71aa7b2 commit d7c7050

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/error-messages/compiler-errors-1/compiler-error-c2422.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Inline assembly code incorrectly uses a segment override operator (colon) on an
2424

2525
## Example
2626

27-
The following sample generates C2422:
27+
The following example generates C2422:
2828

2929
```cpp
3030
// C2422.cpp

docs/error-messages/compiler-errors-1/compiler-error-c2423.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Inline assembly code uses a number other than 1, 2, 4, or 8 to scale a register.
1616

1717
## Example
1818

19-
The following sample generates C2423:
19+
The following example generates C2423:
2020

2121
```cpp
2222
// C2423.cpp

docs/error-messages/compiler-errors-1/compiler-error-c2425.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To fix this issue, replace the token with a constant literal or with a calculati
1818

1919
## Example
2020

21-
The following sample generates C2425:
21+
The following example generates C2425:
2222

2323
```cpp
2424
// C2425.cpp

docs/error-messages/compiler-errors-1/compiler-error-c2427.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An attempt was made to define a nested class, but the nested class is a member o
1616

1717
## Example
1818

19-
The following sample generates C2427:
19+
The following example generates C2427:
2020

2121
```cpp
2222
// C2427.cpp

docs/error-messages/compiler-errors-1/compiler-error-c2428.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You cannot apply a decrement operator to objects of type **`bool`**.
1616

1717
## Example
1818

19-
The following sample generates C2428:
19+
The following example generates C2428:
2020

2121
```cpp
2222
// C2428.cpp

docs/error-messages/compiler-errors-1/compiler-error-c2430.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ More than one register is scaled. The compiler supports scaled indexing, but you
1616

1717
## Example
1818

19-
The following sample generates C2430.
19+
The following example generates C2430.
2020

2121
```cpp
2222
// C2430.cpp

0 commit comments

Comments
 (0)