diff --git a/crates/compiler/mono/src/borrow.rs b/crates/compiler/mono/src/borrow.rs index 4b8a9faf3d..ca60d2f388 100644 --- a/crates/compiler/mono/src/borrow.rs +++ b/crates/compiler/mono/src/borrow.rs @@ -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. "