Tidy Module docs

This commit is contained in:
Sergey Pepyakin 2018-01-26 17:57:27 +03:00
parent e097cad3a1
commit 388e257444
1 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ impl Module {
/// ///
/// # Errors /// # Errors
/// ///
/// Returns 'Err' if provided `Module` is not valid. /// Returns `Err` if provided `Module` is not valid.
/// ///
/// # Examples /// # Examples
/// ///
@ -290,7 +290,7 @@ impl Module {
/// ///
/// # Errors /// # Errors
/// ///
/// Returns 'Err' if wasm binary in provided `buffer` is not valid. /// Returns `Err` if wasm binary in provided `buffer` is not valid wasm binary.
/// ///
/// # Examples /// # Examples
/// ///