We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5120d commit 79193caCopy full SHA for 79193ca
src/move_semantics.cpp
@@ -5,7 +5,7 @@
5
*/
6
7
// Move semantics in C++ are a useful concept that allows for the efficient
8
-// and optimized transfer of ownership of data, between objects. One of the
+// and optimized transfer of ownership of data between objects. One of the
9
// main goals of move semantics is to increase performance, since moving an
10
// object is faster and more efficient than deep copying the object.
11
0 commit comments