From b2193298f283336cc2e691037d43d5f86953cf47 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 9 Jul 2025 15:56:00 +0200 Subject: [PATCH] . --- scribblings/roos.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)