Skip to content

Commit c6cd6ab

Browse files
committed
:doc: Minor tweaks to History.
1 parent 73a86f1 commit c6cd6ab

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

History.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## 2.1.0 / 2014-03-03
44

5-
Ostatnicky has found a bug! As it turns out both #deq and #shift were
6-
aliased incorrectly to `push`, when they should have been to `pop`.
7-
With this release that has been fixes, but we have modified `shift`
5+
Ostatnicky has found a bug! As it turns out both `#deq` and `#shift` were
6+
aliased incorrectly to `push`, when they should have been to `#pop`.
7+
With this release that has been fixes, but we have modified `#shift`
88
to instead return the lowest priority item, which is a more polymorphic
9-
definition with its use in Array. In addition we have added `peek` as
10-
an alias for `top`, and added `bottom`, which it the opposite of `top`.
9+
definition with its use in Array. In addition we have added `#peek` as
10+
an alias for `#top`, and added `bottom`, which it the opposite of `#top`.
1111

1212
Changes:
1313

14-
* Fix `deq` as alias of `pop`, not `push`.
15-
* Fix `shift` to be like `pop` but opposite priority.
16-
* Add `peek` as alias of `top`.
17-
* Add `bottom` method as opposite of `top`.
14+
* Fix `#deq` as alias of `#pop`, not `#push`.
15+
* Fix `#shift` to be like `#pop` but opposite priority.
16+
* Add `#peek` as alias of `#top`.
17+
* Add `#bottom` method as opposite of `#top`.
1818

1919

2020
## 2.0.2 / 2011-10-29
@@ -30,7 +30,7 @@ me food I don't want to eat. Yea, one of those days!
3030

3131
Changes:
3232

33-
* Fixed #reheap search algorithm.
33+
* Fixed `#reheap` search algorithm.
3434

3535

3636
## 2.0.1 / 2011-10-29

0 commit comments

Comments
 (0)