Fix doc text

This commit is contained in:
Oliver Schneider
2017-07-28 10:16:19 +02:00
parent e5799a6af3
commit e15d374dda
+1 -1
View File
@@ -24,7 +24,7 @@ pub trait Machine<'tcx>: Sized {
/// Entry point to all function calls.
///
/// Returns Ok(true) when the function was handled completely
/// e.g. due to missing mir or
/// e.g. due to missing mir
///
/// Returns Ok(false) if a new stack frame was pushed
fn eval_fn_call<'a>(