From 3a1f012b56698856d3068f161f931ad45f96d1cc Mon Sep 17 00:00:00 2001 From: adrian5 Date: Thu, 31 Oct 2019 16:36:08 +0100 Subject: [PATCH] Fix typo in databases documentation: extraneous word 'database'. --- contrib/lib/src/databases.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lib/src/databases.rs b/contrib/lib/src/databases.rs index 4afde635..0270d89e 100644 --- a/contrib/lib/src/databases.rs +++ b/contrib/lib/src/databases.rs @@ -139,8 +139,8 @@ //! //! ### Procedurally //! -//! Databases can also be configured procedurally database via -//! `rocket::custom()`. The example below does just this: +//! Databases can also be configured procedurally via `rocket::custom()`. +//! The example below does just this: //! //! ```rust //! extern crate rocket;