mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Amend 4d10c22
: 🐛 Fix a typo in doccomment for ModuleNotImported
blammed by the spellchecker! how embarrassing
This commit is contained in:
parent
7db55e4662
commit
10f665f6c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue