1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 21:32:57 +08:00

Fix grammar in comment

This commit is contained in:
Bartłomiej Dach 2023-09-18 10:46:14 +02:00
parent fd1fce486a
commit 59b9a636d3
No known key found for this signature in database

View File

@ -66,7 +66,7 @@ namespace osu.Game.Scoring
{ {
var stream = new MemoryStream(); var stream = new MemoryStream();
// stream will close after exception throw, so fetch the stream again. // stream will be closed after the exception was thrown, so fetch the stream again.
using (var scoreStream = archive.GetStream(name)) using (var scoreStream = archive.GetStream(name))
{ {
scoreStream.CopyTo(stream); scoreStream.CopyTo(stream);