Skip to content

Commit f332d68

Browse files
authored
doc(client/cli/src/arg_enums.rs): fix typo ✍️ (#2298)
1 parent c7bd880 commit f332d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate/client/cli/src/arg_enums.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ pub enum OffchainWorkerEnabled {
225225
#[derive(Debug, Clone, Copy, ValueEnum, PartialEq)]
226226
#[value(rename_all = "kebab-case")]
227227
pub enum SyncMode {
228-
/// Full sync. Download end verify all blocks.
228+
/// Full sync. Download and verify all blocks.
229229
Full,
230230
/// Download blocks without executing them. Download latest state with proofs.
231231
Fast,

0 commit comments

Comments
 (0)