Skip to content

Commit af3f690

Browse files
authored
Replace term "sample" with "example" for error references in range [C3661, C3710]
1 parent bcdee70 commit af3f690

23 files changed

+30
-30
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [Explicit Overrides](../../extensions/explicit-overrid
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3662.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For example, a new slot cannot be requested on a destructor or finalizer. For m
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3665.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An override specifier was used on a constructor, and that is not allowed. For mo
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3666.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [Explicit Overrides](../../extensions/explicit-overrid
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3668.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An override was specified incorrectly. For more information, see [Explicit Overr
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3669.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An override can only take place on a function whose access level makes it availa
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3670.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When using explicit override syntax, the compiler generates an error if a functi
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3671.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A destructor was called incorrectly. For more information, see [Destructors](..
1515

1616
## Example
1717

18-
The following sample generates C3672.
18+
The following example generates C3672.
1919

2020
```cpp
2121
// C3672.cpp

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A user-defined constructor is needed to copy objects of CLR ref types. For more
1616

1717
## Examples
1818

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

2121
```cpp
2222
// C3673.cpp
@@ -34,7 +34,7 @@ int main() {
3434
}
3535
```
3636
37-
The following sample generates C3673.
37+
The following example generates C3673.
3838
3939
```cpp
4040
// C3673_b.cpp

docs/error-messages/compiler-errors-2/compiler-error-c3675.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) for more i
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3675.cpp

0 commit comments

Comments
 (0)