Skip to content

Commit efb64ed

Browse files
committed
Doc updated
1 parent 6499e7e commit efb64ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,9 @@ Includes(languages, func(ln User, _ int) bool { return ln.Name == "Go" })
9191
Includes(languages, func(ln User, _ int) bool { return ln.Name == "MySql" })
9292
//false
9393
94+
languages := []string{"go", "PHP", "MySql", "TypeScript"}
95+
Includes(languages, "TypeScript").
96+
//true
97+
9498
```
9599

0 commit comments

Comments
 (0)