Skip to content

Commit 2322ea6

Browse files
committed
修改错别字
1 parent 0e30653 commit 2322ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ using namespace_name::name;
483483

484484
#### 构造函数的 using 声明【C++11】
485485

486-
在 C++11 中,派生类能够重用其直接积累定义的构造函数
486+
在 C++11 中,派生类能够重用其直接基类定义的构造函数
487487

488488
```cpp
489489
class Derived : Base {

0 commit comments

Comments
 (0)