1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix spelling and grammar

This commit is contained in:
Dean Herbert 2017-11-28 21:30:03 +09:00
parent 2bb61e51ac
commit 23b4d2163c
2 changed files with 3 additions and 3 deletions

View File

@ -25,10 +25,10 @@ namespace osu.Game.Rulesets.Catch.Tests
public TestCaseCatcherArea()
{
AddSliderStep<float>("CircleSize", 0, 8, 5, craeteCatcher);
AddSliderStep<float>("CircleSize", 0, 8, 5, createCatcher);
}
private void craeteCatcher(float size)
private void createCatcher(float size)
{
Child = new CatchInputManager(catchRuleset)
{

View File

@ -80,7 +80,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// Performs the conversion of a hit object.
/// This method generally executed sequentially for all objects in a beatmap.
/// This method is generally executed sequentially for all objects in a beatmap.
/// </summary>
/// <param name="original">The hit object to convert.</param>
/// <param name="beatmap">The un-converted Beatmap.</param>