Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magicDGS committed Mar 21, 2018
1 parent 0dd1d48 commit bc7e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/htsjdk/tribble/bed/BEDSimpleEncoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class BEDSimpleEncoder implements FeatureEncoder<Feature> {

/**
* Writes as a BED feature. Note: BED coordinates are 0-based, so the start position returned by
* {@link Feature#getStart()} may be different thant the output start position.
* {@link Feature#getStart()} may be different than the output start position.
*/
@Override
public void write(final Appendable out, final Feature feature) throws IOException {
Expand Down

0 comments on commit bc7e6e6

Please sign in to comment.