Skip to content

Commit 7da7449

Browse files
Updated C28285
Added ticks to code
1 parent 7af4c3e commit 7da7449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c28285.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Code Analysis tool reports this warning for syntax errors in the SAL annotat
1717

1818
## Example
1919

20-
The following code generates this warning. The argument `(2,n)` is malformed and will cause a C28285 warning after the _Out_writes_z_ macro is expanded.
20+
The following code generates this warning. The argument `(2,n)` is malformed and will cause a C28285 warning after the `_Out_writes_z_` macro is expanded.
2121

2222
```cpp
2323
void example_func(_Out_writes_z_((2,n)) char* buffer, int n)

0 commit comments

Comments
 (0)