Skip to content

Commit

Permalink
Bring Array.pod in line with commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dha committed Oct 3, 2015
1 parent cac4619 commit 9cbd4ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Type/Array.pod
Original file line number Diff line number Diff line change
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 9cbd4ec

Please sign in to comment.