Another typo fix.

This commit is contained in:
Lindsey Kuper 2012-05-16 12:34:10 -07:00
parent 76f49e497e
commit 9f8d2b97d3

View File

@ -1058,7 +1058,7 @@ impl assignment for infer_ctxt {
// ______________________________________________________________________ // ______________________________________________________________________
// Type combining // Type combining
// //
// There are three type combiners, sub, lub, and gub. Each implements // There are three type combiners, sub, lub, and glb. Each implements
// the interface `combine` contains methods for combining two // the interface `combine` contains methods for combining two
// instances of various things and yielding a new instance. These // instances of various things and yielding a new instance. These
// combiner methods always yield a `result<T>`---failure is propagated // combiner methods always yield a `result<T>`---failure is propagated