Browse Source

Correct example module doc comment typo

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

Signed-off-by: Peter Schwarz <pschwarz@bitwise.io>
pull/1861/head
Peter Schwarz 4 years ago
parent
commit
2926725d63
  1. 2
      examples/multi.rs

2
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

Loading…
Cancel
Save