From 7a60aa614dc4eb4a1ba7a98d457e50ca5d4eb08a Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Fri, 19 May 2017 19:05:54 -0300 Subject: [PATCH] Reword comment --- osu.Game/Database/BeatmapOnlineInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Database/BeatmapOnlineInfo.cs b/osu.Game/Database/BeatmapOnlineInfo.cs index 889539e697..bcb2ef16ac 100644 --- a/osu.Game/Database/BeatmapOnlineInfo.cs +++ b/osu.Game/Database/BeatmapOnlineInfo.cs @@ -7,7 +7,7 @@ namespace osu.Game.Database { /// - /// Beatmap info retrieved for non-local viewing. + /// Beatmap info retrieved for previewing locally without having the beatmap downloaded. /// public class BeatmapOnlineInfo {