Fix code highlight (#514)

Fix code highlight
This commit is contained in:
Suika
2018-06-18 18:19:43 +08:00
committed by 无闻
parent 6159ed7a92
commit 24d46f6992

View File

@@ -43,7 +43,9 @@ func main() {
`Contains` 判断字符串 `s` 是否包含 `substr`
```go
strings.Contains(s, substr string) bool
```
## 4.7.3 判断子字符串或字符在父字符串中出现的位置(索引)