1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-08 00:27:51 +08:00

Fix a typo

This commit is contained in:
Cootz 2023-02-08 05:42:06 +03:00
parent 6bf56aff73
commit ab7c9a200b

View File

@ -27,7 +27,7 @@ namespace osu.Game.Scoring
/// Store information about the score /// Store information about the score
/// </summary> /// </summary>
/// <remarks> /// <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> /// </remarks>
[ExcludeFromDynamicCompile] [ExcludeFromDynamicCompile]
[MapTo("Score")] [MapTo("Score")]