Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
Merge remote-tracking branch 'slack-coder/typo'
Fintan Halpenny committed 2 years ago
commit 3ad3a85b6348378b48fec73eb7385886b4913aec
parent faec184
1 file changed +2 -2
modified radicle-surf/src/diff.rs
@@ -450,10 +450,10 @@ impl Serialize for Line {
/// information.
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum Modification {
-
    /// A lines is an addition in a file.
+
    /// A line is an addition in a file.
    Addition(Addition),

-
    /// A lines is a deletion in a file.
+
    /// A line is a deletion in a file.
    Deletion(Deletion),

    /// A contextual line in a file, i.e. there were no changes to the line.