branch: externals/heap
commit 8a40ef4d6e2a84eca3cb3d809a621f34157fee73
Author: Toby Cubitt <[email protected]>
Commit: tsc25 <[email protected]>
Version 0.12.1 of the predictive completion package.
---
heap.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heap.el b/heap.el
index 9b388f1..52b9c8c 100644
--- a/heap.el
+++ b/heap.el
@@ -56,7 +56,7 @@
;; Note that this package implements a ternary heap, since ternary
;; heaps are about 12% more efficient than binary heaps for heaps
;; containing more than about 10 elements. And for very small heaps,
-;; the difference is negligable.
+;; the difference is negligible.
;;; Change log: