mirror of
https://github.com/ppy/osu
synced 2025-02-03 03:42:15 +00:00
Fix misleading xmldoc
This commit is contained in:
parent
29fcab65f9
commit
dd9f620c23
@ -92,7 +92,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
|
||||
/// <summary>
|
||||
/// Registers a fallback decoder instantiation function.
|
||||
/// The fallback will be returned if the first line of the decoded stream does not match any known magic.
|
||||
/// The fallback will be returned if the first non-empty line of the decoded stream does not match any known magic.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Type of object being decoded.</typeparam>
|
||||
/// <param name="constructor">A function that constructs the fallback<see cref="Decoder"/>.</param>
|
||||
|
Loading…
Reference in New Issue
Block a user