From eb44c5bc91e5b14a43a1a61cd62775d7b2abd008 Mon Sep 17 00:00:00 2001 From: ven Date: Thu, 18 May 2017 12:48:46 +0200 Subject: Update c++.html.markdown --- c++.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++.html.markdown b/c++.html.markdown index 5220fb0b..1461c93e 100644 --- a/c++.html.markdown +++ b/c++.html.markdown @@ -217,7 +217,7 @@ cout << myString + myOtherString; // "Hello World" cout << myString + " You"; // "Hello You" -// C++ strings are mutable and have value semantics. +// C++ strings are mutable. myString.append(" Dog"); cout << myString; // "Hello Dog" -- cgit v1.2.3