Skip to content

笔误. 第 5 章 智能指针与内存管理 -> std::end; #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lsz7575 opened this issue May 31, 2020 · 1 comment
Closed

笔误. 第 5 章 智能指针与内存管理 -> std::end; #104

lsz7575 opened this issue May 31, 2020 · 1 comment
Labels

Comments

@lsz7575
Copy link

lsz7575 commented May 31, 2020

Actual Description

  • File Path: for example, book/zh-cn/05-pointers.md
  • Original paragraph:

实际描述

  • 文件路径:例如,book/zh-cn/05-pointers.md
  • 原文段落:
复制原文段落

std::cout << "A 被销毁" << std::end;
std::cout << "B 被销毁" << std::end;

预期描述

修改后的段落

std::cout << "A 被销毁" << std::endl;
std::cout << "B 被销毁" << std::endl;

附图

必要时,请附上相关截图

@changkun
Copy link
Owner

PR welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants