fix(library/coercion): typo

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-05-25 08:55:20 -07:00
parent fc1819aadd
commit eb6d72a20c

View file

@ -248,7 +248,7 @@ static void add_coercion(coercion_ext & ext, name const & C, expr const & f, exp
bool found = false;
for_each(infos, [&](coercion_info const & info) {
if (info.m_to == cls) {
ios.get_diagnostic_channel() << "replacing the coercion from '" << C << "' to '" << cls << "'";
ios.get_diagnostic_channel() << "replacing the coercion from '" << C << "' to '" << cls << "'\n";
found = true;
}
});