Skip to content

Commit 4685cd7

Browse files
Documentation polishing.
1 parent 52d10ed commit 4685cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Diffs are configured with Unified (or ContextDiff) structures, and can
3030
be output to an io.Writer or returned as a string.
3131

3232
```Go
33-
diff := difflib.UnifiedDiff{
33+
diff := difflib.LineDiffParams{
3434
A: difflib.SplitLines("foo\nbar\n"),
3535
B: difflib.SplitLines("foo\nbaz\n"),
3636
FromFile: "Original",

0 commit comments

Comments
 (0)