Skip to content

Commit 5a9d1cf

Browse files
committed
Remove double '.' at the end of a sentence.
1 parent 6b9d861 commit 5a9d1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/faq.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ run C<perl6 --stagestats -e "">
195195
=head2 What is Precompilation?
196196
197197
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
198+
and both stores it on disk, and uses the compiled bytecode. On subsequent
199199
loads, Rakudo prefers to load the bytecode, because that tends to be
200200
significantly faster.
201201

0 commit comments

Comments
 (0)