Skip to content

Commit

Permalink
feat: import upstream package (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 28, 2024
1 parent fe48503 commit ce75f43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/UPSTREAM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51dec259b54f5684baebc3629a6d10ab42cd8487
0b45163525d65fb3eda8170c40d6765eb98ddf4d
2 changes: 1 addition & 1 deletion lcs/old.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (lcs lcs) toDiffs(alen, blen int) []Diff {

// --- FORWARD ---

// fdone decides if the forwward path has reached the upper right
// fdone decides if the forward path has reached the upper right
// corner of the rectangle. If so, it also returns the computed lcs.
func (e *editGraph) fdone(D, k int) (bool, lcs) {
// x, y, k are relative to the rectangle
Expand Down
2 changes: 1 addition & 1 deletion lcs/old_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func TestRandOld(t *testing.T) {
}

// TestDiffAPI tests the public API functions (Diff{Bytes,Strings,Runes})
// to ensure at least miminal parity of the three representations.
// to ensure at least minimal parity of the three representations.
func TestDiffAPI(t *testing.T) {
for _, test := range []struct {
a, b string
Expand Down

0 comments on commit ce75f43

Please sign in to comment.