]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/sty.rs
Merge remote-tracking branch 'origin/master' into gen
[rust.git] / src / librustc / ty / sty.rs
index d22915181c70e423f008da04eb6215c744222dc5..4a3b5a02ae7fa962eb6150b35a25770c1c57f58c 100644 (file)
@@ -804,7 +804,7 @@ pub struct DebruijnIndex {
 ///
 /// The process of doing that is called "skolemization". The bound regions
 /// are replaced by skolemized markers, which don't satisfy any relation
-/// not explicity provided.
+/// not explicitly provided.
 ///
 /// There are 2 kinds of skolemized regions in rustc: `ReFree` and
 /// `ReSkolemized`. When checking an item's body, `ReFree` is supposed