mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Fix spelling
This commit is contained in:
parent
058edb5d5f
commit
78f41f7109
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user