Skip to content

Commit 6369bbf

Browse files
author
Colin Robertson
authored
Update link-pass-options-to-linker.md
Edit so as not to confuse anyone that *linker-options* might be a literal.
1 parent 28163f9 commit 6369bbf

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 `linker-options`. 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)