From dad68819ff4fa3430cf69d8cb065f05fc6510397 Mon Sep 17 00:00:00 2001 From: nlewycky Date: Mon, 4 May 2020 15:01:30 -0700 Subject: [PATCH] Fix typo in comment. --- lib/api/src/module.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/src/module.rs b/lib/api/src/module.rs index 007895688..131ea2547 100644 --- a/lib/api/src/module.rs +++ b/lib/api/src/module.rs @@ -25,7 +25,7 @@ pub enum IoCompileError { /// /// ## 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. #[derive(Clone)] pub struct Module {