Fix typo.

This commit is contained in:
Sergey Pepyakin 2018-06-20 19:33:31 +03:00
parent 76f6d0ec94
commit 26ff4c5982
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ impl<'a> Locals<'a> {
acc = acc
.checked_add(locals_group.count())
.ok_or_else(||
Error(String::from("Locals range no in 32-bit range"))
Error(String::from("Locals range not in 32-bit range"))
)?;
}