We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02572c7 commit 6c3afd2Copy full SHA for 6c3afd2
1 file changed
SabreTools.RedumpLib/Data/Enumerations.cs
@@ -2481,7 +2481,7 @@ public enum RedumpSystem
2481
/// </summary>
2482
/// <remarks>
2483
/// https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
2484
- ///
+ ///
2485
/// Because of how Redump stores region IDs, the second letter of each
2486
/// code is lower-cased. In any other system, both letters would be
2487
/// capitalized properly.
@@ -3382,7 +3382,7 @@ public enum Region
3382
[HumanReadable(LongName = "Thailand", ShortName = "Th")]
3383
Thailand,
3384
3385
- // East Timor was "Tp"
+ // East Timor was "Tp"
3386
[HumanReadable(LongName = "Timor-Leste (East Timor)", ShortName = "Tl")]
3387
TimorLeste,
3388
0 commit comments