Skip to content

Commit 6eac69a

Browse files
authored
Replace term "sample" with "example" for error references in range [LNK1221, LNK2000]
1 parent 9f000cf commit 6eac69a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docs/error-messages/tool-errors/linker-tools-error-lnk1237.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To resolve LNK1237, don't use **`/GL`** to compile the symbol, or use [`/INCLUDE
2020

2121
## Example
2222

23-
The following sample generates LNK1237. To resolve this error, don't initialize the array in `LNK1237_a.cpp` and add **`/include:__chkstk`** to the link command.
23+
The following example generates LNK1237. To resolve this error, don't initialize the array in `LNK1237_a.cpp` and add **`/include:__chkstk`** to the link command.
2424

2525
Source file `LNK1237_a.cpp`:
2626

docs/error-messages/tool-errors/linker-tools-error-lnk1256.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Another reason for LNK1256 is a version mismatch between the linker and Alink.dl
2020

2121
## Example
2222

23-
The following sample generates LNK1256:
23+
The following example generates LNK1256:
2424

2525
```cpp
2626
// LNK1256.cpp

docs/error-messages/tool-errors/linker-tools-error-lnk1301.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information, see:
3232

3333
## Example
3434

35-
The following sample generates LNK1301:
35+
The following example generates LNK1301:
3636

3737
```cpp
3838
// LNK1301.cpp

docs/error-messages/tool-errors/linker-tools-error-lnk1306.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information, see:
3232

3333
## Example
3434

35-
The following sample generates LNK1306.
35+
The following example generates LNK1306.
3636

3737
```cpp
3838
// LNK1306.cpp

docs/error-messages/tool-errors/linker-tools-error-lnk1312.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When building an assembly, a file other than a module or assembly compiled with
1616

1717
## Example
1818

19-
The following sample created the .obj file.
19+
The following example created the .obj file.
2020

2121
```cpp
2222
// LNK1312.cpp
@@ -27,7 +27,7 @@ public:
2727
};
2828
```
2929
30-
The following sample generates LNK1312.
30+
The following example generates LNK1312.
3131
3232
```cpp
3333
// LNK1312_b.cpp

docs/error-messages/tool-errors/linker-tools-error-lnk1313.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Source file `LNK1313_b.cpp`:
3636
void test(){}
3737
```
3838

39-
The following sample will generate LNK1313.
39+
The following example will generate LNK1313.
4040

4141
```cpp
4242
// LNK1313_c.cpp

docs/error-messages/tool-errors/linker-tools-error-lnk1561.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When building an app, the linker looks for an entry point function to call to st
2626

2727
## Example
2828

29-
The following sample generates LNK1561:
29+
The following example generates LNK1561:
3030

3131
```cpp
3232
// LNK1561.cpp

0 commit comments

Comments
 (0)