mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 03:22:57 +08:00
Fix grammar in comment
This commit is contained in:
parent
fd1fce486a
commit
59b9a636d3
@ -66,7 +66,7 @@ namespace osu.Game.Scoring
|
||||
{
|
||||
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))
|
||||
{
|
||||
scoreStream.CopyTo(stream);
|
||||
|
Loading…
Reference in New Issue
Block a user