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
1 changed files with 1 additions and 1 deletions

View File

@ -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);