diff --git a/compiler/problem/src/can.rs b/compiler/problem/src/can.rs index 76bf36ef2d..1adac511cb 100644 --- a/compiler/problem/src/can.rs +++ b/compiler/problem/src/can.rs @@ -188,7 +188,7 @@ pub enum RuntimeError { module_name: ModuleName, /// A list of modules which *have* been imported imported_modules: MutSet>, - /// Where the problem occured + /// Where the problem occurred region: Region, /// Whether or not the module exists at all ///