Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
client/cli: Fix rustdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <[email protected]>
  • Loading branch information
lexnv committed Oct 18, 2022
1 parent 17a1bb9 commit 835abe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cli/src/params/pruning_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub struct PruningParams {
/// satisfy the RPC Spec V2.
/// 'archive' Keep all blocks.
/// 'archive-canonical' Keep all finalized (canonical) blocks.
/// [number] Keep the last N finalized (canonical) blocks.
/// number Keep the last N finalized (canonical) blocks.
///
/// Default is the 'delayed' option.
///
Expand Down

0 comments on commit 835abe9

Please sign in to comment.