diff --git a/internal/lsp/diff/diff.go b/internal/lsp/diff/diff.go index 3c094835b4..dc6da2f03e 100644 --- a/internal/lsp/diff/diff.go +++ b/internal/lsp/diff/diff.go @@ -8,7 +8,7 @@ package diff import "strings" // Sources: -// https://blog.jcoglan.com/2017/02/15/the-myers-diff-algorithm-part-3/ +// https://blog.jcoglan.com/2017/02/17/the-myers-diff-algorithm-part-3/ // https://www.codeproject.com/Articles/42279/%2FArticles%2F42279%2FInvestigating-Myers-diff-algorithm-Part-1-of-2 type Op struct {