Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle/rad: Fix typo
✗ CI failure Sebastian Martinez committed 6 months ago
commit f8fe296ceb98a1d2d06e521bc879176c56308a60
parent 8604d3bcc7f32542c1c72e78295b5ec697690ab3
2 failed (2 total) View logs
1 file changed +1 -1
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