mirror of https://github.com/ppy/osu
Fix typo in newly added xmldoc
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
4d6002ab88
commit
a3946a1265
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue