doc(client/cli/src/arg_enums.rs): fix typo ✍️ (#2298)

This commit is contained in:
Assem
2023-11-13 20:34:27 +01:00
committed by GitHub
parent c7bd880438
commit f332d6881d
+1 -1
View File
@@ -225,7 +225,7 @@ pub enum OffchainWorkerEnabled {
#[derive(Debug, Clone, Copy, ValueEnum, PartialEq)]
#[value(rename_all = "kebab-case")]
pub enum SyncMode {
/// Full sync. Download end verify all blocks.
/// Full sync. Download and verify all blocks.
Full,
/// Download blocks without executing them. Download latest state with proofs.
Fast,