diff --git a/pkgs/racket-doc/scribblings/guide/contracts/simple-function.scrbl b/pkgs/racket-doc/scribblings/guide/contracts/simple-function.scrbl index 872a2ea6fc..1110c48337 100644 --- a/pkgs/racket-doc/scribblings/guide/contracts/simple-function.scrbl +++ b/pkgs/racket-doc/scribblings/guide/contracts/simple-function.scrbl @@ -446,5 +446,5 @@ In general, each contract error message consists of six sections: @item{a description of the precise aspect of the contract that was violated, @lines[1 2]} @item{the complete contract plus a path into it showing which aspect was violated, @lines[3 2]} @item{the module where the contract was put (or, more generally, the boundary that the contract mediates), @lines[5 1]} - @item{who was blamed, @lines[6 1]} - @item{and the source location where the contract appears. @lines[7 1]}] + @item{who was blamed, @lines[6 2]} + @item{and the source location where the contract appears. @lines[8 1]}]