Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
Fix Modification doc typo
Slack Coder committed 2 years ago
commit 435b422b9d70b4ebf5e70ee185f26dd30664e0b3
parent b1984bd
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.