Skip to content

Commit 2ac6d8f

Browse files
authored
Add link and augment remarks in C2014 error reference
1 parent dda89e0 commit 2ac6d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-1/compiler-error-c2014.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helpviewer_keywords: ["C2014"]
1111
1212
## Remarks
1313

14-
The `#` sign of a preprocessor directive must be the first character on a line that is not white space.
14+
The `#` sign of a [preprocessor directive](../../preprocessor/preprocessor-directives.md) must be the first character on a line that is not white space. Ensure that the previous line doesn't contain a trailing escape.
1515

1616
## Example
1717

0 commit comments

Comments
 (0)