Skip to content

Commit 18a45c5

Browse files
committed
address feedback from #5408
This PR adds a few small changes requested in PR #5408 that got missed.
1 parent da2fb55 commit 18a45c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/csharp/language-reference/compiler-options/listed-alphabetically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following compiler options are sorted alphabetically. For a categorical list
2323
|[-baseaddress](baseaddress-compiler-option.md)|Specifies the base address for the library to be built.|
2424
|[-bugreport](bugreport-compiler-option.md)|Creates a 'Bug Report' file. This file will be sent together with any crash information if it is used with -errorreport:prompt or -errorreport:send.|
2525
|[-checked](checked-compiler-option.md)|Causes the compiler to generate overflow checks.|
26-
|-checksumalgorithm:\<alg>|Specify the algorithm for calculating the source file checksum stored in PDB. Supported values are: SHA1 (default) or SHA256.|
26+
|-checksumalgorithm:\<alg>|Specifies the algorithm for calculating the source file checksum stored in PDB. Supported values are: SHA1 (default) or SHA256.|
2727
|[-codepage](codepage-compiler-option.md)|Specifies the codepage to use when opening source files.|
2828
|[-debug](debug-compiler-option.md)|Emits debugging information.|
2929
|[-define](define-compiler-option.md)|Defines conditional compilation symbols.|

docs/csharp/language-reference/compiler-options/pathmap-compiler-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Compile `t.cs` in the directory **C:\\work\\tests** and map that directory to **
4646
csc -pathmap:C:\work\tests=\publish t.cs
4747
```
4848

49-
## See Also
49+
## See also
5050

5151
[C# Compiler Options](../../../csharp/language-reference/compiler-options/index.md)
5252
[Managing Project and Solution Properties](/visualstudio/ide/managing-project-and-solution-properties)

0 commit comments

Comments
 (0)