@@ -48,7 +48,7 @@ func AppendByte(slice []byte, data ...byte) []byte {
**练习 7.9**
-给定 `slice s[]int` 和一个 int 类型的因子,扩展 s 使其长度为 `len(s) * factor`。
+给定一个slice`s []int` 和一个 int 类型的因子,扩展 s 使其长度为 `len(s) * factor`。
**练习 7.10**