mirror of https://github.com/rwf2/Rocket.git
Fix typo in 'DatabaseConfig' docstring.
This commit is contained in:
parent
a62248f7ce
commit
46da03c3c3
|
@ -410,7 +410,7 @@ pub extern crate r2d2_redis;
|
||||||
///
|
///
|
||||||
/// ```toml
|
/// ```toml
|
||||||
/// [global.databases.my_database]
|
/// [global.databases.my_database]
|
||||||
/// url = "postgres://root:root@localhost/my_database
|
/// url = "postgres://root:root@localhost/my_database"
|
||||||
/// pool_size = 10
|
/// pool_size = 10
|
||||||
/// certs = "sample_cert.pem"
|
/// certs = "sample_cert.pem"
|
||||||
/// key = "key.pem"
|
/// key = "key.pem"
|
||||||
|
|
Loading…
Reference in New Issue