Skip to content

Commit

Permalink
Adjusted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Feb 19, 2015
1 parent 2170737 commit 416fd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/algorithms/binary-tree.algorithm.js
Expand Up @@ -7,7 +7,7 @@ exports.sort = function (items) {
};

exports.placeItems = function (items) {
// Pack the items
// Pack the items (adds `x` and `y` to each item)
pack(items, {inPlace: true});

// Return the packed items
Expand Down

0 comments on commit 416fd22

Please sign in to comment.