Skip to content

Commit 9c3e288

Browse files
committed
refactor
- minor rewording of doc strings.
1 parent f59a794 commit 9c3e288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-traverse/src/commit/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl Either<'_, '_> {
8686
}
8787
}
8888

89-
/// Get a commit’s `commit_time` by either getting it from a [`gix_commitgraph::Graph`], if
89+
/// Get a committer timestamp by either getting it from a [`gix_commitgraph::Graph`], if
9090
/// present, or a [`gix_object::CommitRefIter`] otherwise.
9191
pub fn commit_time(self) -> Result<gix_date::SecondsSinceUnixEpoch, gix_object::decode::Error> {
9292
match self {

0 commit comments

Comments
 (0)