Skip to content

Commit 1a80c11

Browse files
authored
Merge pull request #5683 from MicrosoftDocs/main
10/28/2024 AM Publish
2 parents 500c99f + 97a6c84 commit 1a80c11

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)