Skip to content

Commit 55afa26

Browse files
authored
Replace term "sample" with "example" for error references in range [C1051, C1080]
1 parent 48f00ee commit 55afa26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An `#if`, `#ifdef`, or `#ifndef` directive has no corresponding `#endif`.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C1070.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The compiler reached the end of the file while scanning a comment.
2222

2323
## Example
2424

25-
The following sample generates C1071:
25+
The following example generates C1071:
2626

2727
```cpp
2828
// C1071.cpp

0 commit comments

Comments
 (0)