File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public CompareOptions()
1414 {
1515 ContextLines = 3 ;
1616 InterhunkLines = 0 ;
17- Algorithm = DiffAlgorithm . Meyers ;
17+ Algorithm = DiffAlgorithm . Myers ;
1818 }
1919
2020 /// <summary>
@@ -47,7 +47,7 @@ public CompareOptions()
4747
4848 /// <summary>
4949 /// Algorithm to be used when performing a Diff.
50- /// By default, <see cref="DiffAlgorithm.Meyers "/> will be used.
50+ /// By default, <see cref="DiffAlgorithm.Myers "/> will be used.
5151 /// </summary>
5252 public DiffAlgorithm Algorithm { get ; set ; }
5353 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public enum DiffAlgorithm
88 /// <summary>
99 /// The basic greedy diff algorithm.
1010 /// </summary>
11- Meyers = 0 ,
11+ Myers = 0 ,
1212
1313 /// <summary>
1414 /// Use "patience diff" algorithm when generating patches.
You can’t perform that action at this time.
0 commit comments