sqlite: Fix doc error

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2023-04-26 17:46:14 +02:00
committed by Jonas Platte
parent 6bae0793f9
commit 09e446b1d5

View File

@@ -20,7 +20,7 @@ use matrix_sdk_crypto::CryptoStoreError;
use thiserror::Error;
use tokio::io;
/// All the errors that can occur when opening a sled store.
/// All the errors that can occur when opening a SQLite store.
#[derive(Error, Debug)]
#[non_exhaustive]
pub enum OpenStoreError {