[bknr-cvs] hans changed trunk/bknr/datastore/doc/indices.tex
BKNR Commits
bknr at bknr.net
Fri Jul 18 04:47:38 UTC 2008
Revision: 3496
Author: hans
URL: http://bknr.net/trac/changeset/3496
Correct typo, thanks to Stan Parman (?) for reporting.
U trunk/bknr/datastore/doc/indices.tex
Modified: trunk/bknr/datastore/doc/indices.tex
===================================================================
--- trunk/bknr/datastore/doc/indices.tex 2008-07-17 16:06:40 UTC (rev 3495)
+++ trunk/bknr/datastore/doc/indices.tex 2008-07-18 04:47:37 UTC (rev 3496)
@@ -148,7 +148,7 @@
\begin{Verbatim}[fontsize=\small,frame=leftline,framerule=0.9mm,rulecolor=\color{gray},framesep=5.1mm,xleftmargin=5mm,fontfamily=cmtt]
(make-instance 'gorilla :name "Lucy" :description :aggressive)
(make-instance 'gorilla :name "Robert" :description :playful)
-(make-instance 'gorilla :name "John" :description :aggressive)))
+(make-instance 'gorilla :name "John" :description :aggressive)
(all-gorillas)
; => (#<GORILLA "Lucy"> #<GORILLA "Robert"> #<GORILLA "John">)
More information about the Bknr-cvs
mailing list