diff options
author | Bo Liu <hmybmny@gmail.com> | 2016-09-07 16:17:35 +0800 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-09-07 10:17:35 +0200 |
commit | acad88cde9dd5d5584126a4cde7f772587181f78 (patch) | |
tree | db00524c0ee3881e770d171da8ea8bd25668dd7e /zh-cn | |
parent | 925164b40a828567bdb669d2dddee4253f760781 (diff) |
Update c++-cn.html.markdown (#2362)
Diffstat (limited to 'zh-cn')
-rw-r--r-- | zh-cn/c++-cn.html.markdown | 2 |
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";
}
/////////
|