mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
chore: fix all typo
This commit is contained in:
parent
670a5e4c09
commit
ffb5f0e688
6 changed files with 7 additions and 7 deletions
|
@ -435,7 +435,7 @@ impl Context {
|
|||
let rhs_meta = self.meta_type(rhs);
|
||||
self.supertype_of(&lfvt, &rhs_meta)
|
||||
} else {
|
||||
// constraint is uninitalized
|
||||
// constraint is uninitialized
|
||||
log!(err "constraint is uninitialized: {lfv}/{rhs}");
|
||||
true
|
||||
}
|
||||
|
@ -457,7 +457,7 @@ impl Context {
|
|||
let lhs_meta = self.meta_type(lhs);
|
||||
self.supertype_of(&lhs_meta, &rfvt)
|
||||
} else {
|
||||
// constraint is uninitalized
|
||||
// constraint is uninitialized
|
||||
log!(err "constraint is uninitialized: {lhs}/{rfv}");
|
||||
true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue