Skip to content

Commit

Permalink
help.syntax: whoops, was making extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Aug 18, 2023
1 parent ea8fc78 commit 1a0ff10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion basis/help/syntax/syntax.factor
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ DEFER: HELP{
: ?push-help-space ( accum sbuf obj -- accum sbuf' obj )
over empty? [
pick [ f ] [
last dup array? [ ?first ] when help-block? not
last {
[ string? not ]
[ dup array? [ ?first ] when help-block? not ]
} 1&&
] if-empty
] [
over last " (" member? not
Expand Down

0 comments on commit 1a0ff10

Please sign in to comment.