Tidy up some documentation comments.

This commit is contained in:
Dan Gohman
2019-01-03 11:29:01 -08:00
parent 3ce2127bfa
commit c66a3c23f3
5 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ use wasmtime_jit::{
Namespace, RuntimeValue, SetupError,
};
/// Translate from a script::Value to a RuntimeValue.
/// Translate from a `script::Value` to a `RuntimeValue`.
fn runtime_value(v: Value) -> RuntimeValue {
match v {
Value::I32(x) => RuntimeValue::I32(x),