From 5f6375db90cf0dfdbe457fce4239023ed057579e Mon Sep 17 00:00:00 2001 From: Ryan Huang Date: Sat, 23 May 2020 06:42:00 +0000 Subject: [PATCH] Remove extra space --- c++.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++.html.markdown b/c++.html.markdown index f3dc8e20..59aad210 100644 --- a/c++.html.markdown +++ b/c++.html.markdown @@ -202,7 +202,7 @@ int main() cout << "Your favorite number is " << myInt << "\n"; // prints "Your favorite number is " - cerr << "Used for error messages"; + cerr << "Used for error messages"; } //////////