fix db tutorial

db4
Doug Coleman 2008-10-12 07:25:16 -06:00
parent 3368866fc3
commit 72be152832
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ T{ book
"Now we've created a book. Let's save it to the database."
{ $code <" USING: db db.sqlite fry io.files ;
: with-book-tutorial ( quot -- )
'[ "book-tutorial.db" temp-file sqlite-db _ with-db ] call ;
'[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ;
[
book recreate-table