Fix grammar.

This commit is contained in:
David Mitchell
2015-09-30 10:18:58 -07:00
parent 66630b911b
commit 3d3d43d60f

View File

@@ -3843,8 +3843,8 @@ The common action gets tedious to write and may accidentally not be common.
## <a name="SS-copy"></a> C.copy: Copy and move ## <a name="SS-copy"></a> C.copy: Copy and move
Value type should generally be copyable, but interfaces in a class hierarchy should not. Value types should generally be copyable, but interfaces in a class hierarchy should not.
Resource handles, may or may not be copyable. Resource handles may or may not be copyable.
Types can be defined to move for logical as well as performance reasons. Types can be defined to move for logical as well as performance reasons.