Skip to content

Commit 31b701f

Browse files
authored
Replace term "sample" with "example" for error references in range [C1081, C1110]
1 parent 3fc5f3d commit 31b701f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The value that is passed to [`/Yc`](../../build/reference/yc-create-precompiled-
1616

1717
## Example
1818

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

2121
```
2222
// C1094.h

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [#import Directive](../../preprocessor/hash-import-dir
1818

1919
## Example
2020

21-
The following sample will generate C1103:
21+
The following example will generate C1103:
2222

2323
```cpp
2424
// C1103.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [#import Directive](../../preprocessor/hash-import-dir
1818

1919
## Example
2020

21-
The following sample will generate C1104:
21+
The following example will generate C1104:
2222

2323
```cpp
2424
// C1104.cpp

0 commit comments

Comments
 (0)