mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Fix four typos (#1139)
This commit is contained in:
@@ -279,7 +279,7 @@ export default class Heap {
|
||||
/* istanbul ignore next */
|
||||
pairIsInCorrectOrder(firstElement, secondElement) {
|
||||
throw new Error(`
|
||||
You have to implement heap pair comparision method
|
||||
You have to implement heap pair comparison method
|
||||
for ${firstElement} and ${secondElement} values.
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user