Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: "callind" -> "calling"
✗ CI failure Adrian Duke committed 22 days ago
commit bf3069587f078dba18f2753d4357d480b3300cc2
parent f6ac1da4fd0d262c5823406a3374c7c02011012e
1 failed (1 total) View logs
1 file changed +1 -1
modified crates/radicle-cli/src/terminal/args.rs
@@ -116,7 +116,7 @@ impl TypedValueParser for ScopeParser {
///
/// Otherwise, i.e, if the given [`Option<RepoId>`] is `None`, an attempt is
/// made to detect the the [`RepoId`] associated with the current working
-
/// directory, by callind [`radicle::rad::cwd`]. If this detection fails,
+
/// directory, by calling [`radicle::rad::cwd`]. If this detection fails,
/// an error with context is returned.
pub(crate) fn rid_or_cwd(
    rid: Option<RepoId>,