mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
fix typo
This commit is contained in:
parent
5958f50728
commit
8307a194e1
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ fn unreachable_function(env: &Env, name: &str) {
|
|||
// already been defined by the builtins, which rely on it.
|
||||
let fn_val = match env.module.get_function(name) {
|
||||
Some(f) => f,
|
||||
None => panic!("extern function {name} is not defined by the bulitins"),
|
||||
None => panic!("extern function {name} is not defined by the builtins"),
|
||||
};
|
||||
|
||||
// Add a basic block for the entry point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue