From f8e42d00013bbcbff76cc800b474ca5b38e0aee9 Mon Sep 17 00:00:00 2001 From: shikisama <569748110@qq.com> Date: Sat, 2 Nov 2019 08:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=83=E4=B9=A07.9=E9=A2=98=E7=9B=AE?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=9B=B4=E5=8A=A0=E5=AE=8C=E6=95=B4=E6=B8=85?= =?UTF-8?q?=E6=99=B0=20(#734)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eBook/07.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/07.5.md b/eBook/07.5.md index 84a85c4..99c53a9 100644 --- a/eBook/07.5.md +++ b/eBook/07.5.md @@ -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 类型的因子factor,扩展 s 使其长度为 `len(s) * factor`。 **练习 7.10**