Skip to content

Commit c498197

Browse files
authored
Replace term "sample" with "example" for error references in range [C1111, C1210]
1 parent 55ddc9a commit c498197

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/error-messages/compiler-errors-1/fatal-error-c1189.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ C1189 is generated by the `#error` directive. The developer who codes the direct
1616

1717
## Example
1818

19-
The following sample generates C1189. In the sample, the developer issues a custom error message because the `_WIN32` identifier is not defined:
19+
The following example generates C1189. In the example, the developer issues a custom error message because the `_WIN32` identifier is not defined:
2020

2121
```cpp
2222
// C1189.cpp

docs/error-messages/compiler-errors-1/fatal-error-c1190.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [/clr (Common Language Runtime Compilation)](../../bui
1818

1919
## Example
2020

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

2323
```cpp
2424
// C1190.cpp

docs/error-messages/compiler-errors-1/fatal-error-c1191.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The instruction to import mscorlib.dll into a program that uses /clr programming
1616

1717
## Example
1818

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

2121
```cpp
2222
// C1191.cpp

docs/error-messages/compiler-errors-1/fatal-error-c1197.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To resolve this error, only reference files from the version of the common langu
1818

1919
## Example
2020

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

2323
```cpp
2424
// C1197.cpp

docs/error-messages/compiler-errors-1/fatal-error-c1202.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A template definition was recursive or exceeded complexity limits.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C1202.cpp

0 commit comments

Comments
 (0)