Skip to content

Commit a2433fe

Browse files
author
Colin Robertson
authored
Merge pull request #1087 from drvoss/patch-52
Update link-pass-options-to-linker.md
2 parents 3e3d02b + 6369bbf commit a2433fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/link-pass-options-to-linker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The linker option or options to be passed to the linker.
2020

2121
## Remarks
2222

23-
The **/link** option and its linker options must appear after any file names and CL options. A space is required between **/link** and `linkeroptions`. For more information, see [MSVC linker reference](linking.md).
23+
The **/link** option and its linker options must appear after any file names and CL options. A space is required between **/link** and any linker options. For more information, see [MSVC linker reference](linking.md).
2424

2525
## Example
2626

0 commit comments

Comments
 (0)