Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/perl6/doc
Resolved conflicts between commit
9b0f023
and pull request #141
  • Loading branch information
dha committed Oct 3, 2015
2 parents b25a49a + 9b0f023 commit 4f0449c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Type/Array.pod
Expand Up @@ -40,8 +40,8 @@ Example:
Defined as:
multi sub push(Array:D, *@values) returns Array:D
multi method push(Array:D: *@values) returns Array:D
multi sub push(Array:D, **@values) returns Array:D
multi method push(Array:D: **@values) returns Array:D
Usage:
Expand Down Expand Up @@ -83,8 +83,8 @@ Example:
Defined as:
multi sub unshift(Array:D, *@values) returns Array:D
multi method unshift(Array:D: *@values) returns Array:D
multi sub unshift(Array:D, **@values) returns Array:D
multi method unshift(Array:D: **@values) returns Array:D
Usage:
Expand Down

0 comments on commit 4f0449c

Please sign in to comment.