From 8a24307720a941b0383526f28e8343454cb733e9 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Sat, 2 Feb 2019 18:53:37 -0500 Subject: [PATCH] internal/lsp/diff: fix sources listed for diff implementation Change-Id: I36b2903f4938c4e7a3f15567e11ab31f3f7d78f7 Reviewed-on: https://go-review.googlesource.com/c/160840 Reviewed-by: Ian Cottrell --- internal/lsp/diff/diff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {