summaryrefslogtreecommitdiffhomepage
path: root/perl6.html.markdown
diff options
context:
space:
mode:
authorNami-Doc <vendethiel@hotmail.fr>2014-07-24 23:06:44 +0200
committerNami-Doc <vendethiel@hotmail.fr>2014-07-24 23:06:44 +0200
commit4c6e3e772334b29bfc14985e84b05136db0e52e1 (patch)
treea4216bab88b70ef3595cbb8d6d90f0d1916f8360 /perl6.html.markdown
parent38c167867203d6192060a853ceae4c47eee581ad (diff)
Fix compose's inside ...
Diffstat (limited to 'perl6.html.markdown')
-rw-r--r--perl6.html.markdown2
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";