mirror of https://github.com/ppy/osu
Fix grammar in comment
This commit is contained in:
parent
fd1fce486a
commit
59b9a636d3
|
@ -66,7 +66,7 @@ private void onMissingBeatmap(LegacyScoreDecoder.BeatmapNotFoundException e, Arc
|
|||
{
|
||||
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