Fix typo.
This commit is contained in:
parent
76f6d0ec94
commit
26ff4c5982
|
@ -21,7 +21,7 @@ impl<'a> Locals<'a> {
|
||||||
acc = acc
|
acc = acc
|
||||||
.checked_add(locals_group.count())
|
.checked_add(locals_group.count())
|
||||||
.ok_or_else(||
|
.ok_or_else(||
|
||||||
Error(String::from("Locals range no in 32-bit range"))
|
Error(String::from("Locals range not in 32-bit range"))
|
||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue