You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ The bit arrays may have variable length specified when an object is created usin
22
22
* a slice from another bit array;
23
23
* a concatenation from two others bit arrays.
24
24
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.
0 commit comments