Correct `Options.ArrayDiff` documentation

The doc comment for `Options.ArrayDiff` states that the default setting is `Simple`, but it is actually `Efficient` (line 7).
pull/35/head
Matt Grimwade 2020-02-19 10:26:09 +00:00 committed by GitHub
parent 6492f22795
commit ad3173410a
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; }