mirror of https://github.com/rwf2/Rocket.git
Fix typo in databases documentation: extraneous word 'database'.
This commit is contained in:
parent
3a8e23f7f2
commit
c40276e8d2
|
@ -139,8 +139,8 @@
|
||||||
//!
|
//!
|
||||||
//! ### Procedurally
|
//! ### Procedurally
|
||||||
//!
|
//!
|
||||||
//! Databases can also be configured procedurally database via
|
//! Databases can also be configured procedurally via `rocket::custom()`.
|
||||||
//! `rocket::custom()`. The example below does just this:
|
//! The example below does just this:
|
||||||
//!
|
//!
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! extern crate rocket;
|
//! extern crate rocket;
|
||||||
|
|
Loading…
Reference in New Issue