mirror of
https://github.com/ppy/osu
synced 2024-12-27 09:23:15 +00:00
Fix typos in xmldoc
This commit is contained in:
parent
87509fbf6e
commit
61cc5d6f29
@ -180,7 +180,7 @@ namespace osu.Desktop.Windows
|
|||||||
private string programId => $@"{program_id_prefix}{Extension}";
|
private string programId => $@"{program_id_prefix}{Extension}";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Installs a file extenstion association in accordance with https://learn.microsoft.com/en-us/windows/win32/com/-progid--key
|
/// Installs a file extension association in accordance with https://learn.microsoft.com/en-us/windows/win32/com/-progid--key
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void Install()
|
public void Install()
|
||||||
{
|
{
|
||||||
@ -219,7 +219,7 @@ namespace osu.Desktop.Windows
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Uninstalls the file extenstion association in accordance with https://learn.microsoft.com/en-us/windows/win32/shell/fa-file-types#deleting-registry-information-during-uninstallation
|
/// Uninstalls the file extension association in accordance with https://learn.microsoft.com/en-us/windows/win32/shell/fa-file-types#deleting-registry-information-during-uninstallation
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void Uninstall()
|
public void Uninstall()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user