Skip to content

Commit 50f2039

Browse files
committed
fixes Granular example test name.
1 parent fa0067d commit 50f2039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func ExampleDiff() {
4343
// change at 7 5
4444
}
4545

46-
func ExampleGranularStrings() {
46+
func ExampleGranular() {
4747
a := "hElLo!"
4848
b := "hello!"
4949
changes := diff.Granular(5, diff.ByteStrings(a, b)) // ignore small gaps in differences

0 commit comments

Comments
 (0)