Skip to content

Commit 7b17812

Browse files
authored
Update docs/no_more_new.md
1 parent 6843bff commit 7b17812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/no_more_new.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ some_c_function(foo.get());
203203
204204
> {{ icon.detail }} 在[错误处理专题](error_code.md)中有进一步的详解。
205205
206-
然而这有时我们会忘记在提前返回的分支中 delete 之前分配过的所有指向堆内存的指针
206+
然而这有时我们会忘记在提前返回的分支中 delete 之前分配过的所有指向动态内存的指针
207207
208208
```cpp
209209
int func() {

0 commit comments

Comments
 (0)