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.
2 parents ec7fdbb + bc2ef12 commit ce4a6e0Copy full SHA for ce4a6e0
diffmatchpatch/dmp.go
@@ -42,7 +42,7 @@ const (
42
DiffEqual Operation = 0
43
)
44
45
-// unescaper unescapes selected chars for compatability with JavaScript's encodeURI.
+// unescaper unescapes selected chars for compatibility with JavaScript's encodeURI.
46
// In speed critical applications this could be dropped since the
47
// receiving application will certainly decode these fine.
48
// Note that this function is case-sensitive. Thus "%3F" would not be
0 commit comments