From 09e446b1d5e4ed5d9f7cf2c058a775cfbd30ebb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 26 Apr 2023 17:46:14 +0200 Subject: [PATCH] sqlite: Fix doc error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- crates/matrix-sdk-sqlite/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {