Skip to content

Commit db64028

Browse files
committed
Renaming method
1 parent bc0ef3d commit db64028

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
@@ -47,7 +47,7 @@ require __DIR__ . '/vendor/autoload.php';
4747

4848
use chdemko\BitArray\BitArray;
4949

50-
$bits = BitArray::fromIterable([true,false,false,true]);
50+
$bits = BitArray::fromTraversable([true,false,false,true]);
5151
echo $bits . PHP_EOL;
5252
~~~
5353
This should print

0 commit comments

Comments
 (0)