mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Merge pull request #7507 from imclerran/fix-gramatical-error
Fix grammatical error in monomorphization borrower error message
This commit is contained in:
commit
070de58416
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ impl<'state, 'a> State<'state, 'a> {
|
|||
Some(s) => s,
|
||||
None => unreachable!(
|
||||
"\n\tNo borrow signature for {name:?} layout.\n\n\t\
|
||||
Tip 1: This can happen when you call a function with less arguments than it expects.\n\t\
|
||||
Tip 1: This can happen when you call a function with fewer arguments than it expects.\n\t\
|
||||
Like `Arg.list!` instead of `Arg.list! {{}}`.\n\t\
|
||||
Tip 2: `roc check yourfile.roc` can sometimes give you a helpful error.
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue