1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 01:49:56 +08:00

Fix incorrect xmldoc

This commit is contained in:
Dean Herbert
2021-11-12 15:09:01 +09:00
Unverified
parent 5345018d4c
commit 9fc4bb7055
@@ -7,7 +7,7 @@ using System.IO;
namespace osu.Game.IO.Archives
{
/// <summary>
/// Allows reading a single file from the provided stream.
/// Allows reading a single file from the provided byte array.
/// </summary>
public class LegacyByteArrayReader : ArchiveReader
{