Radish alpha
r
Git libraries for Radicle
Radicle
Git (anonymous pull)
Log in to clone via SSH
git-ref-format: fix typo in documentation
Fintan Halpenny committed 3 years ago
commit a4fc3db933740da865d5c4def9528f7915f03614
parent cf1594cf43e23c9fc8f74cf69e22f81227e82f2b
1 file changed +1 -1
modified git-ref-format/core/src/name.rs
@@ -309,7 +309,7 @@ impl RefString {
    ///
    /// This is a consuming version of [`RefString::push`] which can be chained.
    /// Prefer this over chaining calls to [`RefStr::join`] if the
-
    /// intermediate values are not neede.
+
    /// intermediate values are not needed.
    pub fn and<R>(self, other: R) -> Self
    where
        R: AsRef<RefStr>,