Skip to content

Commit 838908e

Browse files
Xazax-huneholk
andcommitted
Update docs/code-quality/c26478.md
Co-authored-by: Eric Holk <eric@theincredibleholk.org>
1 parent cd72741 commit 838908e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26478.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helpviewer_keywords: ["C26478"]
1313

1414
This warning is to indicate that the use of `std::move` not consistent with how `std::move` is intended to be used.
1515

16-
`const` objects can't be moved, calling `std::move` on them has no effect. This pattern can result in unintended copies.
16+
Because `const` objects can't be moved, calling `std::move` on them has no effect. This pattern can result in unintended copies.
1717

1818
Code analysis name: `NO_MOVE_OP_ON_CONST`
1919

0 commit comments

Comments
 (0)