Respell typo

This commit is contained in:
ayazhafiz 2022-02-06 13:51:13 -05:00
parent ff3596505e
commit aaac22f6c2

View file

@ -72,7 +72,7 @@ bitflags! {
/// Usually rigids can only unify with flex vars, because rigids are named and bound /// Usually rigids can only unify with flex vars, because rigids are named and bound
/// explicitly. /// explicitly.
/// However, when checking type ranges, as we do for `RangedNumber` types, we must loosen /// However, when checking type ranges, as we do for `RangedNumber` types, we must loosen
/// this restriction because otherwise an admissable range will appear inadmissable. /// this restriction because otherwise an admissible range will appear inadmissible.
/// For example, Int * is in the range <I8, U8, ...>. /// For example, Int * is in the range <I8, U8, ...>.
const RIGID_AS_FLEX = 1 << 2; const RIGID_AS_FLEX = 1 << 2;
} }