We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9d861 commit 5a9d1cfCopy full SHA for 5a9d1cf
doc/Language/faq.pod6
@@ -195,7 +195,7 @@ run C<perl6 --stagestats -e "">
195
=head2 What is Precompilation?
196
197
When you load a module for the first time, Rakudo compiles it into bytecode,
198
-and both stores it on disk, and uses the compiled bytecode.. On subsequent
+and both stores it on disk, and uses the compiled bytecode. On subsequent
199
loads, Rakudo prefers to load the bytecode, because that tends to be
200
significantly faster.
201
0 commit comments