Skip to content

Commit

Permalink
README.Rdoc: a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
misshie committed Apr 7, 2011
1 parent 64e2bea commit f6e04d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -43,7 +43,7 @@ Last one is generated from a "Zero-based half-closed[start, end)" interval
cmp = Bio::GenomicInterval.parse("chr1:15-25")
ref.overlap(cmp) # => 6
cmp2 = Bio::GenomicInterval.parse("chr1:25-35")
ref.overlap(cmp) # => -4
ref.overlap(cmp2) # => -4

== Expansion (or integration)
ref = Bio::GenomicInterval.parse("chr1:400-600")
Expand Down

0 comments on commit f6e04d6

Please sign in to comment.