Skip to content

Commit

Permalink
Documentation polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-s-raymond committed May 17, 2020
1 parent 52d10ed commit 4685cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Diffs are configured with Unified (or ContextDiff) structures, and can
be output to an io.Writer or returned as a string.

```Go
diff := difflib.UnifiedDiff{
diff := difflib.LineDiffParams{
A: difflib.SplitLines("foo\nbar\n"),
B: difflib.SplitLines("foo\nbaz\n"),
FromFile: "Original",
Expand Down

0 comments on commit 4685cd7

Please sign in to comment.