Skip to content

Commit 7bda333

Browse files
author
Colin Robertson
committed
Tweak wording
1 parent 9192fa3 commit 7bda333

File tree

1 file changed

+1
-1
lines changed
  • docs/error-messages/compiler-warnings

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/c4841.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This warning is new in Visual Studio 2017 version 15.3, and is off by default. U
1717

1818
## Example
1919

20-
The following code is ill-formed and could potentially cause a crash at runtime. Visual Studio 2017 version 15.3 produces warning C4841:
20+
The following code is ill-formed and could potentially cause a crash at runtime:
2121

2222
```cpp
2323
struct A {

0 commit comments

Comments
 (0)