Skip to content

Commit 20d467e

Browse files
authored
Tweak C2601 error reference remarks
1 parent 25aae11 commit 20d467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c2601.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.assetid: 88275582-5f37-45d7-807d-05f06ba00965
1414

1515
Code tries to define a function within a function.
1616

17-
Or, there may be an extra brace in your source code before the location of the C2601 error.
17+
Or, there may be an extra/missing brace before the location of the C2601 error.
1818

1919
## Examples
2020

0 commit comments

Comments
 (0)