Skip to content

Commit 97a6c84

Browse files
authored
Merge pull request #5682 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents cbb0b81 + 6a0d921 commit 97a6c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/c-compile-without-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CL /c FIRST.C SECOND.C THIRD.OBJ
4141
To create an executable file, you must invoke LINK:
4242

4343
```
44-
LINK firsti.obj second.obj third.obj /OUT:filename.exe
44+
LINK first.obj second.obj third.obj /OUT:filename.exe
4545
```
4646

4747
## See also

0 commit comments

Comments
 (0)