Skip to content

Commit 49178df

Browse files
authored
Replace term "sample" with "example" for error references in range [C3351, C3380]
1 parent a950c52 commit 49178df

20 files changed

+20
-20
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c3351.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The compiler expected the address of a function declared **`static`**.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3351a.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3352.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [delegate (C++ Component Extensions)](../../extension
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3352.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3353.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Delegates, declared with the [delegate](../../extensions/delegate-cpp-component-
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3353.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3354.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following types are invalid as return types for a **`delegate`**:
2626

2727
## Example
2828

29-
The following sample generates C3354:
29+
The following example generates C3354:
3030

3131
```cpp
3232
// C3354_2.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3358.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The required symbol was not found.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3358.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3360.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The value that was passed to the [uuid](../../windows/attributes/uuid-cpp-attrib
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3360.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3363.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The [typeid](../../extensions/typeid-cpp-component-extensions.md) operator was u
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3363.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3364.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The second parameter of the delegate's constructor takes either the address of a
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3364_2.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3365.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An attempt was made to compose delegates with different types. See [How to: Def
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3365.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3367.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information about unbound delegates, see [How to: Define and Use Delega
1818

1919
## Example
2020

21-
The following sample generates C3367.
21+
The following example generates C3367.
2222

2323
```cpp
2424
// C3367.cpp

0 commit comments

Comments
 (0)