mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
fix typo
This commit is contained in:
parent
df9f5a946e
commit
9a87675368
1 changed files with 2 additions and 2 deletions
|
@ -737,7 +737,7 @@ pub fn build(
|
|||
"─".repeat(80)
|
||||
);
|
||||
|
||||
// Return a nonzero exit code due to falta problem
|
||||
// Return a nonzero exit code due to fatal problem
|
||||
return Ok(problems.exit_code());
|
||||
}
|
||||
if problems.errors > 0 || problems.warnings > 0 {
|
||||
|
@ -764,7 +764,7 @@ pub fn build(
|
|||
"─".repeat(80)
|
||||
);
|
||||
|
||||
// Return a nonzero exit code due to falta problem
|
||||
// Return a nonzero exit code due to fatal problem
|
||||
return Ok(problems.exit_code());
|
||||
}
|
||||
debug_assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue