Changeset 3373

Show
Ignore:
Timestamp:
06/29/08 16:19:29 (2 months ago)
Author:
hans
Message:

remove extra parens in indices tutorial

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/datastore/src/indices/tutorial.lisp

    r3035 r3373  
    2828;;; module by evaluating the following form: 
    2929 
    30 (asdf:oos 'asdf:load-op :bknr-indices) 
     30(asdf:oos 'asdf:load-op :bknr.indices) 
    3131 
    3232;;; Then switch to the `bknr.indices' package to try out the tutorial. 
     
    145145(make-instance 'gorilla :name "Lucy" :description :aggressive) 
    146146(make-instance 'gorilla :name "Robert" :description :playful) 
    147 (make-instance 'gorilla :name "John" :description :aggressive))) 
     147(make-instance 'gorilla :name "John" :description :aggressive) 
    148148 
    149149(all-gorillas)