1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 01:10:05 +08:00

Fix broken grammar

Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
Dan Balasescu
2019-02-26 12:28:49 +09:00
committed by GitHub
Unverified
parent f84a84edaa
commit 32b8bb2ccc
+1 -1
View File
@@ -215,7 +215,7 @@ namespace osu.Game
public void ShowBeatmap(int beatmapId) => beatmapSetOverlay.FetchAndShowBeatmap(beatmapId);
/// <summary>
/// Present a beatmap at song select immediately..
/// Present a beatmap at song select immediately.
/// The user should have already requested this interactively.
/// </summary>
/// <param name="beatmap">The beatmap to select.</param>