We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feef008 commit 16cb5daCopy full SHA for 16cb5da
diffmatchpatch/patch.go
@@ -29,7 +29,7 @@ type Patch struct {
29
30
// String emulates GNU diff's format.
31
// Header: @@ -382,8 +481,9 @@
32
-// Indicies are printed as 1-based, not 0-based.
+// Indices are printed as 1-based, not 0-based.
33
func (p *Patch) String() string {
34
var coords1, coords2 string
35
0 commit comments