Update ALGORITHM.md
| ... | ... |
@@ -59,7 +59,7 @@ both computation of the penalty for starting a gap and the score for a |
| 59 | 59 |
consecutive match. |
| 60 | 60 |
|
| 61 | 61 |
Using [this |
| 62 |
-algorithm](https://github.com/jhawthorn/fzy/blob/master/src/match.c#L58) fzy |
|
| 62 |
+algorithm](https://github.com/jhawthorn/fzy/blob/master/src/match.c#L105) fzy |
|
| 63 | 63 |
is able to score based on the optimal match. |
| 64 | 64 |
|
| 65 | 65 |
* Gaps (negative score) |