Re: Typo on http://clojure.org/jvm_hosted

2008-11-24 Thread Michael Wood
On Mon, Nov 24, 2008 at 7:24 AM, JonathanMeeks <[EMAIL PROTECTED]> wrote: > > If this is the incorrect forum to post this please point me in the > correct direction... > > On http://clojure.org/jvm_hosted > > The celsius defn has a doto with incorrect syntax. Shouldn't > > (doto frame >

Typo on http://clojure.org/jvm_hosted

2008-11-24 Thread JonathanMeeks
If this is the incorrect forum to post this please point me in the correct direction... On http://clojure.org/jvm_hosted The celsius defn has a doto with incorrect syntax. Shouldn't (doto frame (setLayout (new GridLayout 2 2 3 3)) ...) be (doto frame