We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0a3acb + a8f7717 commit a791ea3Copy full SHA for a791ea3
1 file changed
gix/src/object/commit.rs
@@ -101,7 +101,7 @@ impl<'repo> Commit<'repo> {
101
102
/// Decode the commit and obtain the time at which the commit was created.
103
///
104
- /// For the time at which it was authored, refer to `.decode()?.author()?.time()`.
+ /// For the time at which it was authored, refer to `.author()?.time()`.
105
pub fn time(&self) -> Result<gix_date::Time, Error> {
106
Ok(self.committer()?.time()?)
107
}
0 commit comments