diff --git a/scribblings/roos.scrbl b/scribblings/roos.scrbl index 2e9f837..52ce640 100644 --- a/scribblings/roos.scrbl +++ b/scribblings/roos.scrbl @@ -145,7 +145,7 @@ See the full SQLite example in the next section. Below is an example SQLite backend implementation that stores fields in a table: @#reader scribble/comment-reader -@racketblock[ +[racketblock (require db) (require racket/vector)