Skip to content

Commit

Permalink
fix documentation markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Sep 19, 2023
1 parent 211b534 commit e9599fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/9.0/reader/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ $records = $reader->filter(fn (array $record): => 5 === count($record));
#### Reader::slice

Extracts a slice of $length elements starting at position $offset from the Collection.
If $length is `-1` it returns all elements from `$offset` to the end of the
If $length is `-1` it returns all elements from `$offset` to the end of the
Collection. Keys have to be preserved by this method. Calling this
method will only return the selected slice and NOT change the
elements contained in the collection slice is called on.
Expand Down

0 comments on commit e9599fa

Please sign in to comment.