mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Fix typos in xmldoc
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
a55f91f54b
commit
8d9a85e9e5
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
private LocalisableString contractedLabelText;
|
private LocalisableString contractedLabelText;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The label text to display when this slider is in a contracted state.
|
/// The label text to display when this button is in a contracted state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public LocalisableString ContractedLabelText
|
public LocalisableString ContractedLabelText
|
||||||
{
|
{
|
||||||
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
private LocalisableString expandedLabelText;
|
private LocalisableString expandedLabelText;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The label text to display when this slider is in an expanded state.
|
/// The label text to display when this button is in an expanded state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public LocalisableString ExpandedLabelText
|
public LocalisableString ExpandedLabelText
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user