From 2926725d632b034f9bb72a4b263ea524e76e5eaf Mon Sep 17 00:00:00 2001 From: Peter Schwarz Date: Wed, 10 Jun 2020 17:17:51 -0500 Subject: [PATCH] Correct example module doc comment typo Correct the module doc comment typo of "mulit" to "multi". Signed-off-by: Peter Schwarz --- examples/multi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multi.rs b/examples/multi.rs index ebdbb9101c..f39fd27985 100644 --- a/examples/multi.rs +++ b/examples/multi.rs @@ -1,4 +1,4 @@ -//! This is an example of working with mulit-value modules and dealing with +//! This is an example of working with multi-value modules and dealing with //! multi-value functions. //! //! Note that the `Func::wrap*` interfaces cannot be used to return multiple