fix: spelling error
Co-authored-by: Sebastian Klähn <39526136+Septias@users.noreply.github.com>
This commit is contained in:
parent
1a0dad36b7
commit
e8d7e76c73
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pub struct FileBlame {
|
|||
}
|
||||
|
||||
impl FileBlame {
|
||||
/// Get the blame information corresponing to a line in file and diff for that line
|
||||
/// Get the blame information corresponding to a line in the file and diff for that line
|
||||
#[inline]
|
||||
pub fn blame_for_line(&self, line: u32, inserted_lines: u32, removed_lines: u32) -> LineBlame {
|
||||
// Because gix_blame doesn't care about stuff that is not commited, we have to "normalize" the
|
||||
|
|
Loading…
Add table
Reference in a new issue