Skip to content

Commit

Permalink
updated a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajo2995 committed Oct 20, 2015
1 parent db685d1 commit 0ba441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
remap: function(gene, pos, source, dest) {
var source_idx = levels.indexOf(source);
var dest_idx = levels.indexOf(dest);
// invalid level or negative position supplied
// invalid level or position < 1 supplied
if (source_idx === -1 || dest_idx === -1 || pos < 1) {
return -1;
}
Expand Down

0 comments on commit 0ba441a

Please sign in to comment.