Skip to content

Commit 79193ca

Browse files
committed
move semantics
1 parent 3c5120d commit 79193ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/move_semantics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// 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
8+
// and optimized transfer of ownership of data between objects. One of the
99
// main goals of move semantics is to increase performance, since moving an
1010
// object is faster and more efficient than deep copying the object.
1111

0 commit comments

Comments
 (0)