Skip to content

Commit 343b247

Browse files
author
Colin Robertson
committed
Acrolinx all the things.
1 parent 16e413d commit 343b247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.assetid: 7aafecbc-b3cf-45a6-9ec3-a17e3f222511
1111
1212
When compiled by using [/Za](../../build/reference/za-ze-disable-language-extensions.md), a jump to the label prevents the identifier from being initialized.
1313

14-
You can't jump past a declaration with an initializer unless the declaration is enclosed in a block that isn't entered, or the variable has already been initialized.
14+
You can only jump past a declaration with an initializer if the declaration is enclosed in a block that isn't entered, or if the variable has already been initialized.
1515

1616
The following sample generates C2362:
1717

0 commit comments

Comments
 (0)