From 2516374744153cd571e18e773df04636fad930ce Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 3 Oct 2015 09:43:01 -0500 Subject: [PATCH] account for the added caveat line in the example error message dissection Thanks to Paolo G. Giarrusso for spotting this and proposing a fix --- .../scribblings/guide/contracts/simple-function.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]}]