summaryrefslogtreecommitdiffhomepage
path: root/zh-cn
diff options
context:
space:
mode:
authorBo Liu <hmybmny@gmail.com>2016-09-07 16:17:35 +0800
committerven <vendethiel@hotmail.fr>2016-09-07 10:17:35 +0200
commitacad88cde9dd5d5584126a4cde7f772587181f78 (patch)
treedb00524c0ee3881e770d171da8ea8bd25668dd7e /zh-cn
parent925164b40a828567bdb669d2dddee4253f760781 (diff)
Update c++-cn.html.markdown (#2362)
Diffstat (limited to 'zh-cn')
-rw-r--r--zh-cn/c++-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/c++-cn.html.markdown b/zh-cn/c++-cn.html.markdown
index e1551e2b..5cf7e4c5 100644
--- a/zh-cn/c++-cn.html.markdown
+++ b/zh-cn/c++-cn.html.markdown
@@ -188,7 +188,7 @@ int main()
cout << "Your favorite number is " << myInt << "\n";
// 显示“Your favorite number is <myInt>”
- cerr << "Used for error messages";
+ cerr << "Used for error messages";
}
/////////