mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
typo
This commit is contained in:
parent
bcdbbd1a5d
commit
fc0047a452
@ -11,7 +11,7 @@ use roc_module::ident::Lowercase;
|
||||
use roc_types::subs::Variable;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Rigids { // Rigid type variable = type variable where type is specified by the programmar
|
||||
pub struct Rigids { // Rigid type variable = type variable where type is specified by the programmer
|
||||
pub names: PoolVec<(Option<PoolStr>, Variable)>, // 8B
|
||||
padding: [u8; 1],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user