Modify the path of sort.go (#507)

* Commit message: fix typo

* Modify the path of sort.go
This commit is contained in:
Flygar
2018-06-12 21:38:55 +08:00
committed by 无闻
parent ea414dbb85
commit 560909cbb4

View File

@@ -49,7 +49,7 @@ sort.Sort(a)
同样的原理,排序函数可以用于一个浮点型数组,一个字符串数组,或者一个表示每周各天的结构体 `dayArray` 同样的原理,排序函数可以用于一个浮点型数组,一个字符串数组,或者一个表示每周各天的结构体 `dayArray`
示例 11.6 [sort.go](examples/chapter_11/sort.go) 示例 11.6 [sort.go](examples/chapter_11/sort/sort.go)
```go ```go
package sort package sort