Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle/rad: Fix typo
Merged did:key:z6MkkfM3...sVz5 opened 6 months ago
1 file changed +1 -1 8604d3bc f8fe296c
modified crates/radicle/src/rad.rs
@@ -388,7 +388,7 @@ pub enum CwdError {

/// Get the RID of the repository in current working directory
///
-
/// It will atempt to search parent directories if `path` did not find
+
/// It will attempt to search parent directories if `path` did not find
/// a git repository.
///
/// # Safety