Skip to content

Commit b78db6c

Browse files
Updated C6334
1 parent 2bfc84a commit b78db6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6334.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void f( )
3131
}
3232
```
3333
34-
To correct this warning, ensure you are working with the return value of `sizeof`, not the argument to it:
34+
To correct this warning, ensure that you're working with the return value of `sizeof`, not the argument to it:
3535
3636
```cpp
3737
void f( )

0 commit comments

Comments
 (0)