Skip to content

Commit af4b0ed

Browse files
author
Colin Robertson
committed
Readability tweak.
1 parent fbc80bb commit af4b0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/fc-full-path-of-source-code-file-in-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ With **`/FC`**, the compiler output looks similar to this diagnostic text:
4747
4848
The **`/FC`** option is implied by **`/ZI`**. For more information about **`/ZI`**, see [`/Z7, /Zi, /ZI` (Debug information format)](z7-zi-zi-debug-information-format.md).
4949
50-
In Visual Studio 2017 and earlier versions, **`/FC`** outputs full paths in lower case. Starting in Visual Studio 2019, **`/FC`** preserves the casing of full paths in the file system.
50+
In Visual Studio 2017 and earlier versions, **`/FC`** outputs full paths in lower case. Starting in Visual Studio 2019, **`/FC`** uses the same casing as the file system for full paths.
5151
5252
### To set this compiler option in the Visual Studio development environment
5353

0 commit comments

Comments
 (0)