Skip to content

Commit b99a8d7

Browse files
committed
fix typo: s/tained/tainted/
1 parent 068a6a2 commit b99a8d7

File tree

1 file changed

+1
-1
lines changed
  • src/librustc/infer/region_constraints

1 file changed

+1
-1
lines changed

src/librustc/infer/region_constraints/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ pub struct RegionSnapshot {
309309
/// When working with placeholder regions, we often wish to find all of
310310
/// the regions that are either reachable from a placeholder region, or
311311
/// which can reach a placeholder region, or both. We call such regions
312-
/// *tained* regions. This struct allows you to decide what set of
312+
/// *tainted* regions. This struct allows you to decide what set of
313313
/// tainted regions you want.
314314
#[derive(Debug)]
315315
pub struct TaintDirections {

0 commit comments

Comments
 (0)