Skip to content

Commit a0feca0

Browse files
committed
Clarify comment
1 parent e588bd1 commit a0feca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Pod/Cache.rakumod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ unit class Pod::Cache;
55
Given a filename, generate a cached, rendered text version of the POD
66
in that file. Return the C<IO> of the cached file.
77
8+
Use the new RakuAST generation as it's speedier (and more likely to be correct).
9+
810
=end overview
911

1012
method cache-file(Str $file --> Str) {

0 commit comments

Comments
 (0)