Skip to content

Commit

Permalink
Merge remote-tracking branch 'slack-coder/typo'
Browse files Browse the repository at this point in the history
* slack-coder/typo:
  Fix Modification doc typo

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
  • Loading branch information
FintanH committed Aug 1, 2023
2 parents faec184 + 435b422 commit 3ad3a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radicle-surf/src/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3ad3a85

Please sign in to comment.