Skip to content

Commit 462b3c7

Browse files
authored
Replace term "sample" with "example" for error references in range [C3251, C3280]
1 parent bb45a4b commit 462b3c7

19 files changed

+19
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Note that all methods in an interface are public.
1818

1919
## Example
2020

21-
The following sample generates C3252 and shows how to fix it:
21+
The following example generates C3252 and shows how to fix it:
2222

2323
```cpp
2424
// C3252.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An explicit override was specified incorrectly. For example, you cannot specify
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3253.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When you [explicitly override](../../cpp/explicit-overrides-cpp.md) a method, th
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3254.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Instances of a value type (see [Classes and Structs](../../extensions/classes-an
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3255.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An array was improperly subscripted. The number of indices may not match the num
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3262.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Class constructors cannot have return types.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3264_2.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You cannot include a managed object in an unmanaged context.
1616

1717
## Example
1818

19-
The following sample reproduces C3265:
19+
The following example reproduces C3265:
2020

2121
```cpp
2222
// C3265_2.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Class-constructors in a class using /clr programming cannot take parameters.
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3266.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See [Generics](../../extensions/generics-cpp-component-extensions.md) for more i
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3268.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Managed and WinRT class member functions cannot declare variable-length paramete
1616

1717
## Example
1818

19-
The following sample generates C3269 and shows how to fix it:
19+
The following example generates C3269 and shows how to fix it:
2020

2121
```cpp
2222
// C3269_2.cpp

0 commit comments

Comments
 (0)