diff --git a/docs/visual-basic/language-reference/statements/end-keyword-statement.md b/docs/visual-basic/language-reference/statements/end-keyword-statement.md index ce1a28fc48da0..59ee941c77518 100644 --- a/docs/visual-basic/language-reference/statements/end-keyword-statement.md +++ b/docs/visual-basic/language-reference/statements/end-keyword-statement.md @@ -80,9 +80,9 @@ When preceded by a number sign (`#`), the `End` keyword terminates a preprocessi |Part|Description| |---|---| |`#End`|Required. Terminates the definition of the preprocessing block.| -|`#ExternalSource`|Required to terminate an external source block begun by a matching [#ExternalSource Directive](../directives/externalsource-directive.md).| -|`#If`|Required to terminate a conditional compilation block begun by a matching `#If` directive. See [#If...Then...#Else Directives](../directives/if-then-else-directives.md).| -|`#Region`|Required to terminate a source region block begun by a matching [#Region Directive](../directives/region-directive.md).| +|`ExternalSource`|Required to terminate an external source block begun by a matching [#ExternalSource Directive](../directives/externalsource-directive.md).| +|`If`|Required to terminate a conditional compilation block begun by a matching `#If` directive. See [#If...Then...#Else Directives](../directives/if-then-else-directives.md).| +|`Region`|Required to terminate a source region block begun by a matching [#Region Directive](../directives/region-directive.md).| ||| ## Remarks