diff --git a/pkgs/racket-doc/scribblings/reference/for.scrbl b/pkgs/racket-doc/scribblings/reference/for.scrbl index f00f91d42f..0df7c0a353 100644 --- a/pkgs/racket-doc/scribblings/reference/for.scrbl +++ b/pkgs/racket-doc/scribblings/reference/for.scrbl @@ -380,7 +380,8 @@ nested. @deftogether[( @defform[(for*/list (for-clause ...) body-or-break ... body)] -@defform[(for*/lists (id ... maybe-result) (for-clause ...) body-or-break ... body)] +@defform[(for*/lists (id ... maybe-result) (for-clause ...) + body-or-break ... body)] @defform[(for*/vector maybe-length (for-clause ...) body-or-break ... body)] @defform[(for*/hash (for-clause ...) body-or-break ... body)] @defform[(for*/hasheq (for-clause ...) body-or-break ... body)]