diff --git a/basis/help/markup/markup.factor b/basis/help/markup/markup.factor index bd46a4e66a..59b71b2188 100644 --- a/basis/help/markup/markup.factor +++ b/basis/help/markup/markup.factor @@ -491,7 +491,7 @@ M: array elements* : elements ( elt-type element -- seq ) [ elements* ] { } make ; : collect-elements ( element seq -- elements ) - swap '[ _ elements [ rest ] map concat ] gather ; + swap '[ [ _ elements* ] each ] { } make [ rest ] map concat ; : <$link> ( topic -- element ) 1array \ $link prefix ;