s/occurence/occurrence/g

This commit is contained in:
ayazhafiz 2022-03-14 17:50:55 -05:00
parent 8810a48a52
commit 787c8ee3a5
5 changed files with 8 additions and 8 deletions

View file

@ -46,7 +46,7 @@ pub enum Problem {
UnboundTypeVariable {
typ: Symbol,
num_unbound: usize,
one_occurence: Region,
one_occurrence: Region,
},
DuplicateRecordFieldValue {
field_name: Lowercase,