diff --git a/zebra-state/src/service/finalized_state/disk_format/upgrade.rs b/zebra-state/src/service/finalized_state/disk_format/upgrade.rs index 00b1d1331aa..15f28eb0c57 100644 --- a/zebra-state/src/service/finalized_state/disk_format/upgrade.rs +++ b/zebra-state/src/service/finalized_state/disk_format/upgrade.rs @@ -104,7 +104,7 @@ pub struct DbFormatChangeThreadHandle { cancel_handle: mpsc::SyncSender, } -/// 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;