Skip to content

Commit 8fe388a

Browse files
committed
Updatd readme
1 parent 71b5bb7 commit 8fe388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use TypedPHP\Functions\ArrayFunctions;
1313

1414
ArrayFunctions\map([1, 2, 3], function($item) { return $item * 2; }); // [2, 4, 6]
15-
ArrayFunctions\contains(["foo", "bar", "baz], "bar"); // true
15+
ArrayFunctions\contains(["foo", "bar", "baz"], "bar"); // true
1616
```
1717

1818
Functions:

0 commit comments

Comments
 (0)