Skip to content

Commit 2362444

Browse files
authored
Replace term "sample" with "example" for error references in range [C1211, C1800]
1 parent cd10305 commit 2362444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [.netmodule Files as Linker Input](../../build/referen
1818

1919
## Example
2020

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

2323
```cpp
2424
// C1308.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You will not be able to link with [/LTCG:PGI](../../build/reference/ltcg-link-ti
1616

1717
## Example
1818

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

2121
```cpp
2222
// C1310.cpp

0 commit comments

Comments
 (0)