Skip to content

Commit ba92451

Browse files
committed
docs: minor doc correction
1 parent 4a79e25 commit ba92451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgresql_embedded/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ At runtime, the PostgreSQL binaries are cached by default in the following direc
8888
- Unix: `$HOME/.theseus/postgresql`
8989
- Windows: `%USERPROFILE%\.theseus\postgresql`
9090

91-
Performance can be improved by Using a specific version of the PostgreSQL binaries (e.g. `=16.4.0`).
91+
Performance can be improved by using a specific version of the PostgreSQL binaries (e.g. `=16.4.0`).
9292
After the first download, the PostgreSQL binaries will be cached and reused for subsequent runs.
9393
Further, the repository will no longer be queried to calculate the version match.
9494

postgresql_embedded/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
//! - Unix: `$HOME/.theseus/postgresql`
7676
//! - Windows: `%USERPROFILE%\.theseus\postgresql`
7777
//!
78-
//! Performance can be improved by Using a specific version of the PostgreSQL binaries (e.g. `=16.4.0`).
78+
//! Performance can be improved by using a specific version of the PostgreSQL binaries (e.g. `=16.4.0`).
7979
//! After the first download, the PostgreSQL binaries will be cached and reused for subsequent runs.
8080
//! Further, the repository will no longer be queried to calculate the version match.
8181
//!

0 commit comments

Comments
 (0)