mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Fix typo
This commit is contained in:
parent
3d601ac02d
commit
d165052e64
@ -882,7 +882,7 @@ fn pretty_runtime_error<'b>(
|
||||
|
||||
let did_you_mean = if suggestions.is_empty() {
|
||||
alloc.concat(vec![
|
||||
alloc.reflow("In fact, it look like "),
|
||||
alloc.reflow("In fact, it looks like "),
|
||||
alloc.module_name(module_name.clone()),
|
||||
alloc.reflow(" doesn't expose any values!"),
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user