aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha McVey <samantham@posteo.net>2017-04-25 13:13:11 -0700
committerSamantha McVey <samantham@posteo.net>2017-04-25 13:13:11 -0700
commit2600047badfeab82fc98c613b4b5581944bd31e4 (patch)
treea1fd5241f7ada8c30a44f4809f98ab10bd1494cd
parentc055b5ed24cddd2a8621a54bd8801cc367076aa2 (diff)
Readme perl6 highlighting
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d90b1b0..a83e503 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
### method merge
-```
+```perl6
method merge(
- %b,
+ %b,
Bool:D :$no-append-array = Bool::False
) returns Mu
```