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:
parent
fd1fce486a
commit
59b9a636d3
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user