Skip to content

Commit

Permalink
Fix a typo in upgrade.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Sep 22, 2023
1 parent d6a8f04 commit 28ac48f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub struct DbFormatChangeThreadHandle {
cancel_handle: mpsc::SyncSender<CancelFormatChange>,
}

/// Marker type that is sent to cancel a format upgrade, and returned as a error on cancellation.
/// Marker type that is sent to cancel a format upgrade, and returned as an error on cancellation.
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
pub struct CancelFormatChange;

Expand Down

0 comments on commit 28ac48f

Please sign in to comment.