Skip to content

Commit

Permalink
better merge examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 12, 2012
1 parent f1de874 commit 56d0a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Parameters.pm
Expand Up @@ -266,7 +266,7 @@ Clone parameters.
=head2 C<merge>
$p = $p->merge($p2, $p3);
$p = $p->merge(Mojo::Parameters->new(foo => 'b;ar', baz => 23));
Merge parameters.
Expand Down
1 change: 1 addition & 0 deletions lib/Mojo/Path.pm
Expand Up @@ -203,6 +203,7 @@ Check if path contains given prefix.
$path = $path->merge('/foo/bar');
$path = $path->merge('foo/bar');
$path = $path->merge(Mojo::Path->new('foo/bar'));
Merge paths.
Expand Down

0 comments on commit 56d0a5b

Please sign in to comment.