Skip to content

Commit 16cb5da

Browse files
committed
correct spelling mistake
1 parent feef008 commit 16cb5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffmatchpatch/patch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Patch struct {
2929

3030
// String emulates GNU diff's format.
3131
// Header: @@ -382,8 +481,9 @@
32-
// Indicies are printed as 1-based, not 0-based.
32+
// Indices are printed as 1-based, not 0-based.
3333
func (p *Patch) String() string {
3434
var coords1, coords2 string
3535

0 commit comments

Comments
 (0)