Skip to content

Commit 51f0dfc

Browse files
authored
Update compiler-warning-levels-1-and-4-c4223.md
1 parent 1c7ac62 commit 51f0dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-levels-1-and-4-c4223.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ms.assetid: 6fc44336-0250-4432-928b-fc5dbe7b7c1c
1010

1111
> nonstandard extension used: non-lvalue array converted to pointer
1212
13-
In standard C, you cannot convert a non-lvalue array to a pointer. With the default Microsoft extensions ([`/Ze`](../../build/reference/za-ze-disable-language-extensions.md)), you can.
13+
In standard C, you can't convert a nonlvalue array to a pointer. With the default Microsoft extensions ([`/Ze`](../../build/reference/za-ze-disable-language-extensions.md)), you can.

0 commit comments

Comments
 (0)