Correct example module doc comment typo

Correct the module doc comment typo of "mulit" to "multi".

Signed-off-by: Peter Schwarz <pschwarz@bitwise.io>
This commit is contained in:
Peter Schwarz
2020-06-10 17:17:51 -05:00
parent 3570363c35
commit 2926725d63

View File

@@ -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. //! multi-value functions.
//! //!
//! Note that the `Func::wrap*` interfaces cannot be used to return multiple //! Note that the `Func::wrap*` interfaces cannot be used to return multiple