Fix small typo (#928)

This commit is contained in:
Horu 2022-08-01 14:03:08 +07:00 committed by GitHub
parent 87a9eb9d15
commit 3a3fdf49a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ impl MockDatabaseConnector {
false false
} }
/// Cpnnect to the [MockDatabase] /// Connect to the [MockDatabase]
#[allow(unused_variables)] #[allow(unused_variables)]
#[instrument(level = "trace")] #[instrument(level = "trace")]
pub async fn connect(string: &str) -> Result<DatabaseConnection, DbErr> { pub async fn connect(string: &str) -> Result<DatabaseConnection, DbErr> {