diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2014-07-24 23:06:44 +0200 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2014-07-24 23:06:44 +0200 |
commit | 4c6e3e772334b29bfc14985e84b05136db0e52e1 (patch) | |
tree | a4216bab88b70ef3595cbb8d6d90f0d1916f8360 | |
parent | 38c167867203d6192060a853ceae4c47eee581ad (diff) |
Fix compose's inside ...
-rw-r--r-- | perl6.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl6.html.markdown b/perl6.html.markdown index d7864b7f..ad68ccb3 100644 --- a/perl6.html.markdown +++ b/perl6.html.markdown @@ -746,7 +746,7 @@ for ^5 { } ## * Role/class phasers -COMPOSE { "When a role is composed into a class. /!\ NOT YET IMPLEMENTED /!\" } +COMPOSE { "When a role is composed into a class. /!\ NOT YET IMPLEMENTED" } # They allow for cute trick or clever code ...: say "This code took " ~ (time - CHECK time) ~ "s to run"; |