Skip to content

Commit 7d8fbb8

Browse files
authored
Merge pull request cch123#52 from wuqinqiang/master
Update slice.md
2 parents 1e85cf5 + 7b5a219 commit 7d8fbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func main() {
265265
266266
func doSomeHappyThings(arr []int) {
267267
arr = append(arr, 1)
268-
fmt.println(arr, "after append")
268+
fmt.Println(arr, "after append")
269269
}
270270
```
271271

0 commit comments

Comments
 (0)