Fix typo in newly added xmldoc

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
Dean Herbert 2021-06-28 14:07:21 +09:00 committed by GitHub
parent 4d6002ab88
commit a3946a1265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ internal static void LogForModel(TModel model, string message, Exception e = nul
/// <summary>
/// Whether the implementation overrides <see cref="ComputeHash"/> with a custom implementation.
/// Custom has implementations must bypass the early exit in the import flow (see <see cref="computeHashFast"/> usage).
/// Custom hash implementations must bypass the early exit in the import flow (see <see cref="computeHashFast"/> usage).
/// </summary>
protected virtual bool HasCustomHashFunction => false;