Skip to content

Commit 383350a

Browse files
committed
README.md updated
1 parent 238711b commit 383350a

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
@@ -36,7 +36,7 @@ $intArray[] = 'a';
3636

3737
### Performance consideration
3838
Compared to the parent class [ArrayObject](http://php.net/manual/en/class.arrayobject.php) typed arrays are slower on writing
39-
approximately from 15x to 20x. The slowness due to not native `__construct()` and not native `offsetSet()`.
39+
approximately from 15x to 20x. The slowness is due to not native `__construct()` and not native `offsetSet()`.
4040
Other operations do not have a speed difference with the native ArrayObject.
4141
```php
4242
use Linna\intArray;

0 commit comments

Comments
 (0)