Skip to content

Commit fd8d55c

Browse files
authored
fix (#205)
1 parent 59739a4 commit fd8d55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [Item 14:如果函数不抛出异常请使用noexcept](./3.MovingToModernCpp/item14.md)
1919
- [Item 15:尽可能的使用constexpr](./3.MovingToModernCpp/item15.md)
2020
- [Item 16:让const成员函数线程安全](./3.MovingToModernCpp/item16.md)
21-
- [Item 17:理解特殊成员函数函数的生成](./3.MovingToModernCpp/item17.md)
21+
- [Item 17:理解特殊成员函数的生成](./3.MovingToModernCpp/item17.md)
2222
- [第四章 智能指针]()
2323
- [Item 18:对于独占资源使用std::unique_ptr](./4.SmartPointers/item18.md)
2424
- [Item 19:对于共享资源使用std::shared_ptr](./4.SmartPointers/item19.md)

0 commit comments

Comments
 (0)