Skip to content

Commit 556fe8f

Browse files
committed
Updating README
1 parent 042fd9b commit 556fe8f

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
@@ -22,7 +22,7 @@ The bit arrays may have variable length specified when an object is created usin
2222
* a slice from another bit array;
2323
* a concatenation from two others bit arrays.
2424

25-
The project provides methods to get and set bits values using PHP natural syntax as well as the iterator facility offered by PHP `foreach` language construct.
25+
The project provides methods to get and set bits values using PHP natural syntax as well as the iterator facility offered by the PHP `foreach` language construct.
2626
It also provides methods for bitwise logical operations between two bit arrays `and`, `or`, `xor` and the `not` operation.
2727

2828
This project uses:

0 commit comments

Comments
 (0)