Raku / doc

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

Address formatto in create-cli.rakudoc #4469

Closed raiph closed 4 months ago

raiph commented 4 months ago

The problem

There's a segment in the doc which has two consecutive =item lists. It's clear to me the second list is supposed to correspond to the first list, with three items in the second list to match the three items in the first list. But the second list was just two items.

Solution provided

This PR just fixes what I consider just a clear mistake with a minimalist fix by making the second list be a three item list corresponding to the three items in the first list.


It seems to me a better fix would be to turn the two lists into a single list of three items, or, better yet, a table. But rather than write that (more complicated) PR I've decided to wait for responses to this simpler PR.

coke commented 4 months ago

Good catch, thanks!