fix: dir link .

This commit is contained in:
light-city
2026-05-16 12:06:37 +08:00
parent 7e98e7ccbf
commit 8eb6494ca8
3 changed files with 36 additions and 36 deletions

View File

@@ -7,7 +7,7 @@
由于是英文的,且比较重要,于是总结成下面几条!
- [1.类初始化列表](./1_classInitializers)
- [2.枚举类替换命名空间](./2_enumclass_namespace)
- [2.枚举类替换命名空间](./2_enumclass)
- [3.RAII(资源获取即初始化)](./3_RAII)
- [4.copy and swap](./4_copy-swap)
- [5.pImpl(指针指向具体实现)](./5_pImpl)