Skip to content

Commit c67c546

Browse files
committed
README.md updated
1 parent fa9f818 commit c67c546

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 @@ $array = new TypedArray('int', [1, 'a', 3, 4]);
3636
//throw InvalidArgumentException.
3737
$array[] = 'a';
3838
```
39-
Allowed types are: *array*, *bool*, *callable*, *float*, *int*, *object*, *string*.
39+
> **Note:** Allowed types are: *array*, *bool*, *callable*, *float*, *int*, *object*, *string*.
4040
4141
## Usage - TypedObjectArray
4242
```php

0 commit comments

Comments
 (0)