mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-18 23:49:09 +00:00
Fix typo in databases documentation: extraneous word 'database'.
This commit is contained in:
parent
4e6a7ddd5f
commit
3a1f012b56
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user