Skip to content

Commit 7af4c3e

Browse files
Updated C6504
Acrolinx
1 parent 294fab0 commit 7af4c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6504.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void g(_Pre_ _Notnull_ Point& pt)
4141
}
4242
```
4343
44-
To correct this warning, remove the annotation if it does not make sense. You could also change to an annotation to be applicable to the type used, or change the type to match the annotation. The following code remediates this warning by changing the first instance of `pt` to a pointer and by removing the second annotation to match the reference type.
44+
To correct this warning, remove the annotation if it doesn't make sense. You could also change to an annotation to be applicable to the type used, or change the type to match the annotation. The following code remediates this warning by changing the first instance of `pt` to a pointer and by removing the second annotation to match the reference type.
4545
4646
```cpp
4747
class Point

0 commit comments

Comments
 (0)