From e7ae5a062d3c446c6a0bc7d2784c52b63485259f Mon Sep 17 00:00:00 2001 From: orhun Date: Wed, 18 Aug 2021 02:45:56 +0300 Subject: [PATCH] docs(changelog): update the doc comment of `prepend` --- git-cliff/src/changelog.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cliff/src/changelog.rs b/git-cliff/src/changelog.rs index b96a6bb27e..f0b46dc284 100644 --- a/git-cliff/src/changelog.rs +++ b/git-cliff/src/changelog.rs @@ -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( &self, mut changelog: String,