Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Edit comment of `parse_many_embeds`
Lorenz Leutgeb committed 6 months ago
commit 5df332a6476c2bb8db2c1d8c3b64c1ef099d4d90
parent 49bf37209b60d23281bf20cd2c2d6593ac2c0e7d
1 file changed +3 -3
modified crates/radicle-cli/src/commands/cob/args.rs
@@ -198,10 +198,10 @@ impl From<Rev> for EmbedContent {
    }
}

-
/// Parses a slice of all embed name-path or name-oid pairs as aggregated by
+
/// Parses a slice of all embeds as name-path or name-oid pairs as aggregated by
/// `clap`.
-
/// E.g. `["image", "/image.png", "ref", "d87dcfe8c2b3200e78b128d9b959cfdf7063fefe"]`
-
/// will result in iterator over two [`Embed`]s.
+
/// E.g. `["image", "./image.png", "code", "d87dcfe8c2b3200e78b128d9b959cfdf7063fefe"]`
+
/// will result a `Vec` of two [`Embed`]s.
///
/// # Panics
///