Raku / doc

🦋 Raku documentation
https://docs.raku.org/
Artistic License 2.0
292 stars 291 forks source link

%?RESOURCES discussion test example is wrong #4518

Closed tbrowder closed 3 months ago

tbrowder commented 3 months ago

Currently shows:

isa-ok $resources, Hash;

Should show:

isa-ok $resources, Distribution::Resources;
coke commented 3 months ago

Fixed by #4519