Fix typo in comment.

This commit is contained in:
nlewycky
2020-05-04 15:01:30 -07:00
committed by GitHub
parent 8b29bfcbd9
commit dad68819ff

View File

@@ -25,7 +25,7 @@ pub enum IoCompileError {
/// ///
/// ## Cloning a module /// ## Cloning a module
/// ///
/// Cloning a moudle is cheap: it does a shallow copy of the compiled /// Cloning a module is cheap: it does a shallow copy of the compiled
/// contents rather than a deep copy. /// contents rather than a deep copy.
#[derive(Clone)] #[derive(Clone)]
pub struct Module { pub struct Module {