1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 11:30:08 +08:00

Fix spelling

This commit is contained in:
Bartłomiej Dach
2023-05-25 17:33:41 +02:00
Unverified
parent 058edb5d5f
commit 78f41f7109
+2 -2
View File
@@ -108,7 +108,7 @@ namespace osu.Game.Beatmaps
/// Find the total milliseconds between the first and last hittable objects.
/// </summary>
/// <remarks>
/// This is cached to <see cref="BeatmapInfo.Length"/>, so using that is preferrable when available.
/// This is cached to <see cref="BeatmapInfo.Length"/>, so using that is preferable when available.
/// </remarks>
public static double CalculatePlayableLength(this IBeatmap beatmap) => CalculatePlayableLength(beatmap.HitObjects);
@@ -134,7 +134,7 @@ namespace osu.Game.Beatmaps
/// Find the total milliseconds between the first and last hittable objects.
/// </summary>
/// <remarks>
/// This is cached to <see cref="BeatmapInfo.Length"/>, so using that is preferrable when available.
/// This is cached to <see cref="BeatmapInfo.Length"/>, so using that is preferable when available.
/// </remarks>
public static double CalculatePlayableLength(IEnumerable<HitObject> objects)
{