This commit is contained in:
Floris Bruynooghe
2023-02-20 13:05:11 +01:00
parent 788d3125a3
commit d0638c1542

View File

@@ -234,7 +234,7 @@ pub struct InnerContext {
/// If debug logging is enabled, this contains all neccesary information
pub(crate) debug_logging: RwLock<Option<DebugLogging>>,
/// Qr code for currently running [`BackupProvider`].
/// QR code for currently running [`BackupProvider`].
///
/// This is only available if a backup export is currently running, it will also be
/// holding the ongoing process while running.