Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Fix copypasta
Lorenz Leutgeb committed 6 months ago
commit 49bf37209b60d23281bf20cd2c2d6593ac2c0e7d
parent 141f8d777b66cdc0e0a7aa9c94e648ead0234625
1 file changed +1 -1
modified crates/radicle-cli/src/commands/cob/args.rs
@@ -218,7 +218,7 @@ where
    assert!(chunks.remainder().is_empty());

    chunks.map(|chunk| {
-
        // Slice accesses will not panic, guaranteed by `chunks_exact(3)`.
+
        // Slice accesses will not panic, guaranteed by `chunks_exact(2)`.
        Embed {
            name: chunk[0].to_string(),
            content: EmbedContent::from(T::from(chunk[1].clone())),