mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
fix typo in comment
This commit is contained in:
parent
27269faa0b
commit
064dc12145
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ impl Variable {
|
|||
}
|
||||
|
||||
pub const fn get_reserved(symbol: Symbol) -> Option<Variable> {
|
||||
// Must be carefule here: the variables must in fact be in Subs
|
||||
// Must be careful here: the variables must in fact be in Subs
|
||||
match symbol {
|
||||
Symbol::NUM_I128 => Some(Variable::I128),
|
||||
Symbol::NUM_I64 => Some(Variable::I64),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue