Skip to content

Commit b2e34b1

Browse files
committed
edit
1 parent 4e1eb7c commit b2e34b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/experimental-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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\`). 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 that this is 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)