1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 22:27:25 +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
/// </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")]