Skip to content

Commit

Permalink
Merge pull request unknwon#326 from catplant/dev
Browse files Browse the repository at this point in the history
fix: api problem in 04.7.md
  • Loading branch information
unknwon committed Feb 14, 2017
2 parents fe78a5a + ef5fedf commit 5a385b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eBook/04.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func main() {
`Join` 用于将元素类型为 string 的 slice 使用分割符号来拼接组成一个字符串:

```go
Strings.Join(sl []string, sep string)
strings.Join(sl []string, sep string) string
```

示例 4.18 [strings_splitjoin.go](examples/chapter_4/strings_splitjoin.go)
Expand Down

0 comments on commit 5a385b6

Please sign in to comment.