mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 10:38:57 +00:00
SqliteConnectOptions typo (#2072)
This commit is contained in:
@@ -408,7 +408,7 @@ impl SqliteConnectOptions {
|
||||
|
||||
/// Sets the [`vfs`](https://www.sqlite.org/vfs.html) parameter of the database connection.
|
||||
///
|
||||
/// The default value is empty, and sqlite will use the default VFS object dependeing on the
|
||||
/// The default value is empty, and sqlite will use the default VFS object depending on the
|
||||
/// operating system.
|
||||
pub fn vfs(mut self, vfs_name: impl Into<Cow<'static, str>>) -> Self {
|
||||
self.vfs = Some(vfs_name.into());
|
||||
|
||||
Reference in New Issue
Block a user