Explorar o código

Update 07.6.md (#649)

marjune %!s(int64=6) %!d(string=hai) anos
pai
achega
a2c15fbed1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      eBook/07.6.md

+ 1 - 1
eBook/07.6.md

@@ -194,7 +194,7 @@ func FindFileDigits(filename string) []byte {
 
 **练习 7.15**
 
-编写一个程序,要求能够遍历一个数组的字符,并将当前字符和前一个字符不相同的字符拷贝至另一个数组。
+编写一个程序,要求能够遍历一个字符数组,并将当前字符和前一个字符不相同的字符拷贝至另一个数组。
 
 **练习 7.16**