Skip to content

Commit

Permalink
docs(changelog): update the doc comment of prepend
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 17, 2021
1 parent c478f2c commit e7ae5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff/src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl<'a> Changelog<'a> {
Ok(())
}

/// Generate changelog and prepend it to the given changelog.
/// Generates a changelog and prepends it to the given changelog.
pub fn prepend<W: Write>(
&self,
mut changelog: String,
Expand Down

0 comments on commit e7ae5a0

Please sign in to comment.