Merge pull request #35 from pmg23/patch-1

Correct `Options.ArrayDiff` documentation
pull/36/head
William Bishop 2020-02-20 09:18:18 -08:00 committed by GitHub
commit ca0e88aa56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
}
/// <summary>
/// Specifies how arrays are diffed. The default is Simple.
/// Specifies how arrays are diffed. The default is Efficient.
/// </summary>
public ArrayDiffMode ArrayDiff { get; set; }