Skip to content

Commit a28f4df

Browse files
authored
Replace term "sample" with "example" for error references in range [C3281, C3350]
1 parent 4dc1b84 commit a28f4df

22 files changed

+22
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A generic parameter list was used incorrectly. For more information, see [Gener
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3282.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A CLR [interface](../../extensions/interface-class-cpp-component-extensions.md)
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3283.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A virtual generic function must use the same constraints as a virtual function w
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3284.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See [for each, in](../../dotnet/for-each-in.md) for more information.
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3285.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A storage class can't be specified on an iteration variable. For more informatio
1616

1717
## Example
1818

19-
The following sample generates C3286, and also shows correct usage.
19+
The following example generates C3286, and also shows correct usage.
2020

2121
```cpp
2222
// C3286.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [for each, in](../../dotnet/for-each-in.md).
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3287.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The compiler detected an illegal dereference of a handle type. You can dereferen
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3288.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A property was declared incorrectly. Accessors must be defined for an indexed pr
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3289.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See [property](../../extensions/property-cpp-component-extensions.md) and [Track
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3290.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A trivial property cannot be named **`default`**. See [property](../../extension
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3291.cpp

0 commit comments

Comments
 (0)