Remove 'the this' in doc comments.

This commit is contained in:
Jay Strict 2018-02-04 16:24:18 +01:00
parent 3986539df6
commit f168700ba6
2 changed files with 2 additions and 2 deletions

View file

@ -1825,7 +1825,7 @@ pub struct Location {
/// the location is within this block
pub block: BasicBlock,
/// the location is the start of the this statement; or, if `statement_index`
/// the location is the start of the statement; or, if `statement_index`
/// == num-statements, then the start of the terminator.
pub statement_index: usize,
}

View file

@ -1001,7 +1001,7 @@ impl Metadata {
self.0.accessed().map(FromInner::from_inner)
}
/// Returns the creation time listed in the this metadata.
/// Returns the creation time listed in this metadata.
///
/// The returned value corresponds to the `birthtime` field of `stat` on
/// Unix platforms and the `ftCreationTime` field on Windows platforms.