Skip to content

Commit

Permalink
Update edlib
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 20, 2024
1 parent 2d40ed8 commit e6068f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/edlib/edlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ extern "C" {
* 1 stands for insertion to target.
* 2 stands for insertion to query.
* 3 stands for mismatch.
* Alignment aligns query to target from begining of query till end of query.
* Alignment aligns query to target from beginning of query till end of query.
* If gaps are not penalized, they are not in alignment.
* If you do not free whole result object using edlibFreeAlignResult(), do not forget to use free().
*/
Expand Down

0 comments on commit e6068f0

Please sign in to comment.