Fix typo in 'DatabaseConfig' docstring.

This commit is contained in:
EloD10 2018-08-16 21:20:23 +02:00 committed by Sergio Benitez
parent a62248f7ce
commit 46da03c3c3
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ pub extern crate r2d2_redis;
///
/// ```toml
/// [global.databases.my_database]
/// url = "postgres://root:root@localhost/my_database
/// url = "postgres://root:root@localhost/my_database"
/// pool_size = 10
/// certs = "sample_cert.pem"
/// key = "key.pem"