Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: minor typo
✗ CI failure Fintan Halpenny committed 6 months ago
commit 53244fd61500879b0f81d7a3496f494e595fbd81
parent f753216c49d18f5bea0881edfdbc01961f9e286b
2 failed (2 total) View logs
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))