Skip to content

Commit

Permalink
doc(client/cli/src/arg_enums.rs): fix typo ✍️ (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna authored Nov 13, 2023
1 parent c7bd880 commit f332d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/cli/src/arg_enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f332d68

Please sign in to comment.