From 07fd08ecc3a4e4e0beb51396f7d967e424afc0ef Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 27 Apr 2013 19:16:41 -0500 Subject: [PATCH] break some lines in recent commit to make things fit better in the rendered version --- collects/scribblings/reference/class.scrbl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/class.scrbl b/collects/scribblings/reference/class.scrbl index 5c964d42ad..80905a8359 100644 --- a/collects/scribblings/reference/class.scrbl +++ b/collects/scribblings/reference/class.scrbl @@ -1860,8 +1860,12 @@ The external contracts are as follows: (init [init-hat-location (or/c 'on-head 'lost)]) (field [hat-location (or/c 'on-head 'lost)])) woody/init-hat%) - (get-field hat-location (new woody/init-hat+c% [init-hat-location 'lost])) - (get-field hat-location (new woody/init-hat+c% [init-hat-location 'slinkys-mouth]))] + (get-field hat-location + (new woody/init-hat+c% + [init-hat-location 'lost])) + (get-field hat-location + (new woody/init-hat+c% + [init-hat-location 'slinkys-mouth]))] } @item{The contracts listed in an @racket[init-field] section are