Skip to content

Commit 5491a8c

Browse files
committed
Typo
1 parent f72bc43 commit 5491a8c

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
@@ -956,7 +956,7 @@ impl Connection {
956956
/// (5432) is used if none is specified. The database name defaults to the
957957
/// username if not specified.
958958
///
959-
/// Connection via Unix sockets is supported with the `unix_sockets`
959+
/// Connection via Unix sockets is supported with the `unix_socket`
960960
/// feature. To connect to the server via Unix sockets, `host` should be
961961
/// set to the absolute path of the directory containing the socket file.
962962
/// Since `/` is a reserved character in URLs, the path should be URL

0 commit comments

Comments
 (0)