Skip to content

Commit 042fd9b

Browse files
committed
Updating README
1 parent 2751f63 commit 042fd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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.
26-
It also provides methods for bitwise logical operations between two bit arrays `and`, `or`, `xor` and also `not` operation.
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.
26+
It also provides methods for bitwise logical operations between two bit arrays `and`, `or`, `xor` and the `not` operation.
2727

2828
This project uses:
2929

0 commit comments

Comments
 (0)