Skip to content

Commit 5b74847

Browse files
committed
Minor changes.
1 parent 4f2600c commit 5b74847

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
@@ -42,7 +42,7 @@ $view[-1]; // 9
4242
$view[-2]; // 8
4343

4444
$view['1:7:2'] = [22, 44, 66];
45-
print_r($view); // [1, 22, 3, 44, 5, 66, 7, 8, 9]
45+
print_r($originalArray); // [1, 22, 3, 44, 5, 66, 7, 8, 9]
4646
```
4747

4848
### Subviews

0 commit comments

Comments
 (0)