From 388e257444e9dcb4c57d7842c09c5fd00511ca88 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Fri, 26 Jan 2018 17:57:27 +0300 Subject: [PATCH] Tidy Module docs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 55e4fe3..e76a343 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -244,7 +244,7 @@ impl Module { /// /// # Errors /// - /// Returns 'Err' if provided `Module` is not valid. + /// Returns `Err` if provided `Module` is not valid. /// /// # Examples /// @@ -290,7 +290,7 @@ impl Module { /// /// # 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 ///