songleo 10 anni fa
parent
commit
f91237026e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      eBook/10.2.md

+ 1 - 1
eBook/10.2.md

@@ -70,7 +70,7 @@ new 和 make 这两个内置函数已经在第 [7.2.4](07.2.md) 节通过切片
 
 现在为止我们已经见到了可以使用 `make()` 的三种类型中的其中两个:
 
-    slices  /  maps / channels 参考[第14章](14.0.md)
+    slices  /  maps / channels(见第 14 章)
 
 下面的例子说明了在映射上使用 new 和 make 的区别以及可能发生的错误: