Skip to content

Commit

Permalink
Make a cosmetic adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Apr 21, 2024
1 parent ff7d05f commit 9c2c1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following Cargo features are supported:
* `linkage` creates a dependency on `sqlite3-src`, which links to a suitable
SQLite library;
* `bundled` compiles SQLite from the source code, ignoring any libraries that
might be installed in the system; and
might already be installed; and
* `encryption` enables bindings to the [SQLite Encryption Extension], which is
closed source and hence requires purchasing a license and installing SQLite
manually.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! * `linkage` creates a dependency on `sqlite3-src`, which links to a suitable
//! SQLite library;
//! * `bundled` compiles SQLite from the source code, ignoring any libraries that
//! might be installed in the system; and
//! might already be installed; and
//! * `encryption` enables bindings to the [SQLite Encryption Extension], which is
//! closed source and hence requires purchasing a license and installing SQLite
//! manually.
Expand Down

0 comments on commit 9c2c1b3

Please sign in to comment.