Skip to content

Commit

Permalink
docs: Updated append method documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorant BENE authored and drupol committed Sep 14, 2020
1 parent b3bd1fe commit da6caa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Simple
// Append items.
$collection
->append('F', 'G', 'H')
->normalize()
->all(); // ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H']
// Prepend items.
Expand Down

0 comments on commit da6caa9

Please sign in to comment.