1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 19:24:22 +08:00

Fix a typo

This commit is contained in:
Cootz
2023-02-08 05:42:06 +03:00
Unverified
parent 6bf56aff73
commit ab7c9a200b
+1 -1
View File
@@ -27,7 +27,7 @@ namespace osu.Game.Scoring
/// Store information about the score
/// </summary>
/// <remarks>
/// If you work on inporting/adding score please ensure you provide both <c>BeatmapInfo</c> and <c>BeatmapHash</c>
/// Warning: If you work on importing/adding score please ensure you provide both <c>BeatmapInfo</c> and <c>BeatmapHash</c>
/// </remarks>
[ExcludeFromDynamicCompile]
[MapTo("Score")]