Raku / doc

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

%?RESOURCES discussion test example is wrong #4518

Closed tbrowder closed 2 days ago

tbrowder commented 2 days ago

Currently shows:

isa-ok $resources, Hash;

Should show:

isa-ok $resources, Distribution::Resources;
coke commented 2 days ago

Fixed by #4519