Fix incorrect xmldoc

This commit is contained in:
Dean Herbert
2021-11-12 15:09:01 +09:00
parent 5345018d4c
commit 9fc4bb7055

View File

@ -7,7 +7,7 @@ using System.IO;
namespace osu.Game.IO.Archives namespace osu.Game.IO.Archives
{ {
/// <summary> /// <summary>
/// Allows reading a single file from the provided stream. /// Allows reading a single file from the provided byte array.
/// </summary> /// </summary>
public class LegacyByteArrayReader : ArchiveReader public class LegacyByteArrayReader : ArchiveReader
{ {