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 bc0ef3d commit db64028Copy full SHA for db64028
README.md
@@ -47,7 +47,7 @@ require __DIR__ . '/vendor/autoload.php';
47
48
use chdemko\BitArray\BitArray;
49
50
-$bits = BitArray::fromIterable([true,false,false,true]);
+$bits = BitArray::fromTraversable([true,false,false,true]);
51
echo $bits . PHP_EOL;
52
~~~
53
This should print
0 commit comments