fix bug in db docs intro

closes PR 12743
This commit is contained in:
Ryan Culpepper 2012-05-02 01:34:14 -06:00
parent 902ba68dfb
commit aa0d8aaa33

View File

@ -165,7 +165,7 @@ times with different parameter values.
(void)]
[(query-list pgc get-less-than-pst 1)
(list 0)]
[(query-list pgc (bind-prepared-statement get-less-than-pst 2))
[(query-list pgc (bind-prepared-statement get-less-than-pst '(2)))
(list 0 1)]
]