Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: minor typo
Fintan Halpenny committed 6 months ago
commit a2b57fb7af81903fd33288fd3234d98af0218de8
parent d2e1b620eec1170fad2d0b9088d7f462012f2f68
1 file changed +1 -1
modified crates/radicle-cli/src/commands/id.rs
@@ -160,7 +160,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
                };

                // TODO(erikli): whenever `clap` starts supporting custom value parsers
-
                // for a series of values, we can parse into `Payload` implicitely.
+
                // for a series of values, we can parse into `Payload` implicitly.
                let payloads = args::Payload::try_parse_many(&payload)?
                    .into_iter()
                    .map(|p| (p.id, p.key, p.value))