mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix typo in newly added xmldoc
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
@ -311,7 +311,7 @@ namespace osu.Game.Database
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether the implementation overrides <see cref="ComputeHash"/> with a custom implementation.
|
/// 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>
|
/// </summary>
|
||||||
protected virtual bool HasCustomHashFunction => false;
|
protected virtual bool HasCustomHashFunction => false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user