Skip to content

Commit 6a0d921

Browse files
authored
Fix typo in c-compile-without-linking.md. (#5112)
1 parent 411efd6 commit 6a0d921

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)