mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
fix tip 2 formatting
Forgot a `\` here. Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
2d03697acb
commit
63d95a2aba
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ impl<'state, 'a> State<'state, 'a> {
|
|||
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\
|
||||
Like `Arg.list!` instead of `Arg.list! {{}}`.\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