fix typo: s/tained/tainted/

This commit is contained in:
Niko Matsakis 2018-10-02 20:10:16 -04:00
parent 068a6a256c
commit b99a8d7056

View File

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