Skip to content
Snippets Groups Projects
Unverified Commit f332d688 authored by Assem's avatar Assem Committed by GitHub
Browse files

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

parent c7bd8804
Branches
No related merge requests found
Pipeline #413094 passed with stages
in 46 minutes and 4 seconds
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment