From 8eb2a452b92e7555d366af51aa7bd9c7141bb14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 15 Mar 2017 14:00:54 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20typo=20in=20documentation=20"splite3"?= =?UTF-8?q?=20=E2=86=92=20"sqlite3"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../typed-racket/scribblings/reference/libraries.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl b/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl index 6755a747..707823ce 100644 --- a/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl +++ b/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl @@ -205,7 +205,7 @@ and the @racket[URL] and @racket[Path/Param] types from @defmodule/incl[typed/web-server/http] @defmodule/incl[typed/db] @defmodule/incl[typed/db/base] -@defmodule/incl[typed/db/splite3] +@defmodule/incl[typed/db/sqlite3] In some cases, these typed adapters may not contain all of exports of the original module, or their types may be more limited.