Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank
fix small typo in docs and comments Fixed `the the` to `the`, as far as I found.
This commit is contained in:
commit
bcdbe79f0c
8 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@ impl PredecessorCache {
|
|||
self.cache = OnceCell::new();
|
||||
}
|
||||
|
||||
/// Returns the the predecessor graph for this MIR.
|
||||
/// Returns the predecessor graph for this MIR.
|
||||
#[inline]
|
||||
pub(super) fn compute(
|
||||
&self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue