Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 16, 2024
1 parent 4f2600c commit 5b74847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $view[-1]; // 9
$view[-2]; // 8

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

### Subviews
Expand Down

0 comments on commit 5b74847

Please sign in to comment.