Skip to content

Commit

Permalink
typo peices
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored and mmanela committed Apr 17, 2024
1 parent 97ab5a1 commit 85a3942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DiffPlex/Model/DiffResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ public class DiffResult
/// </summary>
public IList<DiffBlock> DiffBlocks { get; }

public DiffResult(string[] peicesOld, string[] piecesNew, IList<DiffBlock> blocks)
public DiffResult(string[] piecesOld, string[] piecesNew, IList<DiffBlock> blocks)
{
PiecesOld = peicesOld;
PiecesOld = piecesOld;
PiecesNew = piecesNew;
DiffBlocks = blocks;
}
Expand Down

0 comments on commit 85a3942

Please sign in to comment.