diff options
author | Ryan Huang <NPN@users.noreply.github.com> | 2020-05-23 06:42:00 +0000 |
---|---|---|
committer | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-05-23 15:34:40 -0700 |
commit | 5f6375db90cf0dfdbe457fce4239023ed057579e (patch) | |
tree | ea933f4125df228838e6b993e4627037919e8dc6 /c++.html.markdown | |
parent | cfad802b4fe380f41c7162ff940a2d79865d0ec7 (diff) |
Remove extra space
Diffstat (limited to 'c++.html.markdown')
-rw-r--r-- | c++.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 <myInt>" - cerr << "Used for error messages"; + cerr << "Used for error messages"; } ////////// |