[elephant-devel] typo in example code of documentation
Norman Werner
norman at norman-werner.de
Fri Jan 11 07:24:17 UTC 2008
Hello,
During trying out elephant for the first time I found a small typo in the
documentation regarding the example code to use a cl-sql backend
(http://common-lisp.net/project/elephant/doc/CL_002dSQL-Example.html#CL_002dSQL-Example).
Instead of
(defvar *testpg-path*
'(:postgreql "localhost.localdomain" "test" "postgres" ""))
it should be:
(defvar *testpg-path*
'(:postgresql "localhost.localdomain" "test" "postgres" ""))
Regards
Norman
--
Norman Werner
Im Sommerwind 1a
70563 Stuttgart
More information about the elephant-devel
mailing list