Skip to content

Commit 467aca3

Browse files
authored
Replace term "sample" with "example" for error references in range [C3531, C3620]
1 parent 2a8605c commit 467aca3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If [`decltype(auto)`](../../cpp/decltype-cpp.md#decltype-and-auto) is used as a
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3550.cpp

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

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

1717
## Example
1818

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

2121
```cpp
2222
// C3609.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A sealed function was declared incorrectly. For more information, see [sealed](
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3611.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see [Classes and Structs](../../extensions/classes-and-str
1818

1919
## Example
2020

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

2323
```cpp
2424
// C3612.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A method marked with <xref:System.Runtime.InteropServices.DllImportAttribute> is
1616

1717
## Example
1818

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

2121
```cpp
2222
// C3618.cpp

0 commit comments

Comments
 (0)