Fixed typo in documentation "splite3" → "sqlite3" (#511)

This commit is contained in:
Georges Dupéron 2017-03-15 15:10:27 +01:00 committed by Sam Tobin-Hochstadt
parent 1d7b7b5a00
commit 5018b478a8

View File

@ -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.