Skip to content

Commit fb55f83

Browse files
addressing visualstudio-docs issue 4270
1 parent ee9c556 commit fb55f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/how-to-specify-additional-code-information-by-using-analysis-assume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void test()
4646
{
4747
char pc = (char)malloc(5);
4848
FreeAndNull(&pc);
49-
__analysis_assume(pc == NULL);
49+
_Analysis_assume(pc == NULL);
5050
f(pc);
5151
}
5252
```

0 commit comments

Comments
 (0)