From e39c29bdeb0a75d99c8768a458aa4a6ad3d8f5c9 Mon Sep 17 00:00:00 2001 From: Will Coleda Date: Sat, 7 Jul 2018 19:49:09 -0400 Subject: [PATCH] avoid 'use use' --- doc/Language/faq.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Language/faq.pod6 b/doc/Language/faq.pod6 index 1784c1b01..a0c1d38e5 100644 --- a/doc/Language/faq.pod6 +++ b/doc/Language/faq.pod6 @@ -42,7 +42,7 @@ The vast majority of 6.d features are already implemented and available in in the Rakudo compiler without requiring any special pragmas, as they did not conflict with the 6.c specification. A smaller set of features and behaviours is available automatically if you -use C pragma at the top of the file. The rest of about +have the C pragma at the top of the file. The rest of about 3100 new commits to the language specificication simply clarify previously undefined behaviour.