Skip to content

Commit

Permalink
docs(core): update the doc comment for commit preprocessors
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 28, 2023
1 parent de58293 commit 7faccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-core/src/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl Commit<'_> {
}
}

/// Preprocesses the commit using [`CommitPreprocessor`]s.
/// Preprocesses the commit using [`TextProcessor`]s.
///
/// Modifies the commit [`message`] using regex or custom OS command.
///
Expand Down

0 comments on commit 7faccc6

Please sign in to comment.