Fix coercin -> coercion typo

This commit is contained in:
Taylor Cramer 2016-10-24 17:33:41 -07:00
parent 4bb6d4e740
commit ab6119a38f

View file

@ -196,7 +196,7 @@ impl<'f, 'gcx, 'tcx> Coerce<'f, 'gcx, 'tcx> {
// Function items are coercible to any closure
// type; function pointers are not (that would
// require double indirection).
// Additionally, we permit coercin of function
// Additionally, we permit coercion of function
// items to drop the unsafe qualifier.
self.coerce_from_fn_item(a, a_f, b)
}