Amend 4d10c22: 🐛 Fix a typo in doccomment for ModuleNotImported

blammed by the spellchecker!  how embarrassing
This commit is contained in:
Emi Simpson 2022-02-25 11:46:46 -05:00
parent 7db55e4662
commit 10f665f6c5
No known key found for this signature in database
GPG key ID: A12F2C2FFDC3D847

View file

@ -188,7 +188,7 @@ pub enum RuntimeError {
module_name: ModuleName,
/// A list of modules which *have* been imported
imported_modules: MutSet<Box<str>>,
/// Where the problem occured
/// Where the problem occurred
region: Region,
/// Whether or not the module exists at all
///