mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
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 @@ namespace osu.Game.Database
|
||||
|
||||
/// <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
Block a user