Skip to content

Commit 1ad3da6

Browse files
committed
Fix typo, add missing slashes
1 parent f7bfff4 commit 1ad3da6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gix-blame/src/file/function.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::{types::BlamePathEntry, BlameEntry, Error, Options, Outcome, Statisti
1515
/// Produce a list of consecutive [`BlameEntry`] instances to indicate in which commits the ranges of the file
1616
/// at `suspect:<file_path>` originated in.
1717
///
18-
/// ## Paramters
18+
/// ## Parameters
1919
///
2020
/// * `odb`
2121
/// - Access to database objects, also for used for diffing.
@@ -55,13 +55,13 @@ use crate::{types::BlamePathEntry, BlameEntry, Error, Options, Outcome, Statisti
5555
///
5656
/// The algorithm in `libgit2` works by going through parents and keeping a linked list of blame
5757
/// suspects. It can be visualized as follows:
58-
//
59-
// <---------------------------------------->
60-
// <---------------><----------------------->
61-
// <---><----------><----------------------->
62-
// <---><----------><-------><-----><------->
63-
// <---><---><-----><-------><-----><------->
64-
// <---><---><-----><-------><-----><-><-><->
58+
///
59+
/// <---------------------------------------->
60+
/// <---------------><----------------------->
61+
/// <---><----------><----------------------->
62+
/// <---><----------><-------><-----><------->
63+
/// <---><---><-----><-------><-----><------->
64+
/// <---><---><-----><-------><-----><-><-><->
6565
pub fn file(
6666
odb: impl gix_object::Find + gix_object::FindHeader,
6767
suspect: ObjectId,

0 commit comments

Comments
 (0)