mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Typo
This commit is contained in:
parent
85e3373d8b
commit
372b12bec9
1 changed files with 1 additions and 1 deletions
|
@ -1207,7 +1207,7 @@ fn solve(
|
|||
} => {
|
||||
// A few cases:
|
||||
// 1. Either condition or branch types already have a type error. In this case just
|
||||
// propogate it.
|
||||
// propagate it.
|
||||
// 2. Types are correct, but there are redundancies. In this case we want
|
||||
// exhaustiveness checking to pull those out.
|
||||
// 3. Condition and branch types are "almost equal", that is one or the other is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue