mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: random comment typos
This commit is contained in:
parent
fa4c57c886
commit
1b4e3a913c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ namespace Dalamud
|
|||
/// <summary>
|
||||
/// Converts a Dalamud ClientLanguage to the corresponding Lumina variant.
|
||||
/// </summary>
|
||||
/// <param name="language">Langauge to convert.</param>
|
||||
/// <returns>Converted langauge.</returns>
|
||||
/// <param name="language">Language to convert.</param>
|
||||
/// <returns>Converted language.</returns>
|
||||
public static Lumina.Data.Language ToLumina(this ClientLanguage language)
|
||||
{
|
||||
return language switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue