Fix typo
This commit is contained in:
parent
781e446e26
commit
254a86e49e
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ impl<T: Ord> MergeState<T> {
|
|||
}
|
||||
array[dest] <-> self.tmp[c2];
|
||||
} else if len2 == 0 {
|
||||
fail ~"Coparison violates its contract!";
|
||||
fail ~"Comparison violates its contract!";
|
||||
} else {
|
||||
assert len1 == 0;
|
||||
assert len2 != 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue