Skip to content

Commit 6b99466

Browse files
committed
fix ugly backslash
1 parent d7aaa86 commit 6b99466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/experimental-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Output [SARIF](https://sarifweb.azurewebsites.net/) diagnostics to the specified
1212
## Syntax
1313

1414
> **`/experimental:log`** *filename*
15-
> **`/experimental:log`** *directoryname`\`*
15+
> **`/experimental:log`** *directoryname\\
1616
1717
## Arguments
1818

@@ -22,7 +22,7 @@ The output file for SARIF diagnostics. The compiler automatically adds the `.sar
2222

2323
*directoryname`\`*
2424

25-
The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). Remember to add the trailing backslash (`\`) to indicate it's a directory. Each source file name forms the base name for each SARIF file saved in the directory. The compiler automatically adds the `.sarif` extension to each file name. The space between `/experimental:log` and *directoryname`\`* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.
25+
The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). Remember to add the trailing backslash (`\`) to indicate it's a directory. Each source file name forms the base name for each SARIF file saved in the directory. The compiler automatically adds the `.sarif` extension to each file name. The space between `/experimental:log` and *directoryname\\* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.
2626

2727
## Remarks
2828

0 commit comments

Comments
 (0)