mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Respell typo
This commit is contained in:
parent
ff3596505e
commit
aaac22f6c2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue