Skip to content

Commit 24d46f6

Browse files
Ibuki-Suikaunknwon
authored andcommitted
Fix code highlight (unknwon#514)
Fix code highlight
1 parent 6159ed7 commit 24d46f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eBook/04.7.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ func main() {
4343

4444
`Contains` 判断字符串 `s` 是否包含 `substr`
4545

46-
strings.Contains(s, substr string) bool
46+
```go
47+
strings.Contains(s, substr string) bool
48+
```
4749

4850
## 4.7.3 判断子字符串或字符在父字符串中出现的位置(索引)
4951

0 commit comments

Comments
 (0)