We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b5bb7 commit 8fe388aCopy full SHA for 8fe388a
readme.md
@@ -12,7 +12,7 @@
12
use TypedPHP\Functions\ArrayFunctions;
13
14
ArrayFunctions\map([1, 2, 3], function($item) { return $item * 2; }); // [2, 4, 6]
15
-ArrayFunctions\contains(["foo", "bar", "baz], "bar"); // true
+ArrayFunctions\contains(["foo", "bar", "baz"], "bar"); // true
16
```
17
18
Functions:
0 commit comments