From Stan at SandPframing.com Fri Jul 18 01:55:34 2008 From: Stan at SandPframing.com (St/n_P/rm/n) Date: Thu, 17 Jul 2008 21:55:34 -0400 Subject: [bknr-devel] manual error at the bottom of page 17 Message-ID: Going through the tutorial i notice an error at the bottom of page 17 in the .pdf manual: (make-instance 'gorilla :name "Lucy" :description :aggressive) (make-instance 'gorilla :name "Robert" :description :playful) (make-instance 'gorilla :name "John" :description :aggressive))) ;;;< 2x extra parens The error does not appear on line 147 of the tutorial @ http://bknr.net/trac/browser/trunk/bknr/datastore/src/indices/tutorial.lisp From hans at huebner.org Fri Jul 18 04:50:45 2008 From: hans at huebner.org (=?ISO-8859-1?Q?Hans_H=FCbner?=) Date: Fri, 18 Jul 2008 06:50:45 +0200 Subject: [bknr-devel] manual error at the bottom of page 17 In-Reply-To: References: Message-ID: On Fri, Jul 18, 2008 at 03:55, St/n_P/rm/n wrote: > Going through the tutorial i notice an error at the bottom of page 17 > in the .pdf manual: > > (make-instance 'gorilla :name "Lucy" :description :aggressive) > (make-instance 'gorilla :name "Robert" :description :playful) > (make-instance 'gorilla :name "John" :description :aggressive))) ;;;< > 2x extra parens I have fixed that, thanks! -Hans