From 4c6e3e772334b29bfc14985e84b05136db0e52e1 Mon Sep 17 00:00:00 2001 From: Nami-Doc Date: Thu, 24 Jul 2014 23:06:44 +0200 Subject: Fix compose's inside ... --- perl6.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl6.html.markdown') 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"; -- cgit v1.2.3