fix typo in docs and comments
This commit is contained in:
parent
0f9f0b384a
commit
16047d46a1
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