Skip to content

Commit

Permalink
nit: gentler English in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
  • Loading branch information
rarescosma and orhun authored Oct 5, 2024
1 parent fa85e95 commit e625a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-core/src/repo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Repository {
if range.contains("..") {
revwalk.push_range(range)?;
} else {
// when we get a single sha as our "range" => start at root.
// When a single SHA is provided as the "range", start from the root.
revwalk.push(Oid::from_str(range)?)?;
}
} else {
Expand Down

0 comments on commit e625a81

Please sign in to comment.