fix typo in comment

This commit is contained in:
Richard Feldman 2021-12-01 22:06:03 -05:00 committed by GitHub
parent 27269faa0b
commit 064dc12145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),