Skip to content

Commit 9e31c61

Browse files
AzrenbethAzrenbeth
authored andcommitted
Fixed small documentation error
1 parent ef6a903 commit 9e31c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl FromStr for LevelSizes {
7474
/// Contains configuration information for this run of the compressor
7575
pub struct Config {
7676
// the url for the postgres database
77-
// this should be of the form postgres://user:pass@domain/database
77+
// this should be of the form postgresql://user:pass@domain/database
7878
db_url: String,
7979
// The file where the transactions are written that would carry out
8080
// the compression that get's calculated

0 commit comments

Comments
 (0)