From 2cb0781c41d5c53bc29f7d99b6186af5256dbb7a Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 27 Nov 2017 16:52:24 +0300 Subject: [PATCH] Doc fix --- src/interpreter/native.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interpreter/native.rs b/src/interpreter/native.rs index 3c4be1a..3bc7127 100644 --- a/src/interpreter/native.rs +++ b/src/interpreter/native.rs @@ -248,7 +248,7 @@ impl<'a> ModuleInstanceInterface for NativeModuleInstance<'a> { } } -/// Create wrapper for a module with given native user functions . +/// Create wrapper for a module with given native user functions. /// /// # Examples ///