Skip to content

Commit a6b477f

Browse files
authored
Replace term "sample" with "example" for error references in range [C2381, C2400]
1 parent 46a375b commit a6b477f

16 files changed

+16
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A function was declared and then defined but the definition used the [noreturn](
1616

1717
## Example
1818

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

2121
```cpp
2222
// C2381.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To resolve this issue, change all declarations and definitions of the function (
2020

2121
## Example
2222

23-
The following sample generates C2382:
23+
The following example generates C2382:
2424

2525
```cpp
2626
// C2382.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A member is inherited from more than one base type, making unqualified access to
2020

2121
## Example
2222

23-
The following sample generates C2385:
23+
The following example generates C2385:
2424

2525
```cpp
2626
// C2385.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You tried to create a namespace alias, but the name you chose already exists.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C2386.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To resolve this error, either remove one of the base classes from the inheritanc
1818

1919
## Example
2020

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

2323
```cpp
2424
// C2387.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [appdomain](../../cpp/appdomain.md) and [process](../.
1818

1919
## Example
2020

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

2323
```cpp
2424
// C2388.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.assetid: 6122dc81-4ee3-49a5-a67d-d867808c9bac
1616

1717
## Example
1818

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

2121
```cpp
2222
// C2389.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Possible resolutions:
2424

2525
## Example
2626

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

2929
```cpp
3030
// C2390.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **`friend`** declaration includes a complete class declaration. A **`friend`
1616

1717
## Example
1818

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

2121
```cpp
2222
// C2391.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Covariant return types are not allowed for Windows Runtime member functions or w
1616

1717
## Example
1818

19-
The following sample generates C2392 and shows how to fix it.
19+
The following example generates C2392 and shows how to fix it.
2020

2121
```cpp
2222
// C2392.cpp

0 commit comments

Comments
 (0)