mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
s/occurence/occurrence/g
This commit is contained in:
parent
8810a48a52
commit
787c8ee3a5
5 changed files with 8 additions and 8 deletions
|
@ -46,7 +46,7 @@ pub enum Problem {
|
|||
UnboundTypeVariable {
|
||||
typ: Symbol,
|
||||
num_unbound: usize,
|
||||
one_occurence: Region,
|
||||
one_occurrence: Region,
|
||||
},
|
||||
DuplicateRecordFieldValue {
|
||||
field_name: Lowercase,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue