diff --git a/crates/matrix-sdk-sqlite/src/error.rs b/crates/matrix-sdk-sqlite/src/error.rs index 80107651f..cd557952e 100644 --- a/crates/matrix-sdk-sqlite/src/error.rs +++ b/crates/matrix-sdk-sqlite/src/error.rs @@ -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 {