Skip to content

Commit 8c1309d

Browse files
authored
Replace term "sample" with "example" for error references in range [C3481, C3530]
1 parent 42595e1 commit 8c1309d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The [progid](../../windows/attributes/progid.md) attribute has restrictions on t
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3507.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An invalid type was specified.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3508.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A method in a COM interface must return either void or an HRESULT.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3509.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To resolve this error, make sure that all type libraries and referenced type lib
1818

1919
## Example
2020

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

2323
Assume that the following two type libraries were built, and that C3510a.tlb was deleted or not on the path.
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The only parameters that are allowed for `embedded_idl` are `emitidl` and `no_em
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3519.cpp

0 commit comments

Comments
 (0)