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

@@ -422,7 +422,7 @@ impl Drop for MmapField {
}
}
/// An Instance of a WebAssemby module.
/// An Instance of a WebAssembly module.
///
/// Note that compiled wasm code passes around raw pointers to `Instance`, so
/// this shouldn't be moved.