Skip to content

Commit 3fe307c

Browse files
authored
Merge pull request #5744 from WilliamAntonRohm/issue-4270
visualstudio-docs issue 4270 -- typo in name
2 parents 308a2bd + fb55f83 commit 3fe307c

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)