diff --git a/.docfx/templates/cuemon/layout/_master.tmpl b/.docfx/templates/cuemon/layout/_master.tmpl index 8f33d32df..336a8d73d 100644 --- a/.docfx/templates/cuemon/layout/_master.tmpl +++ b/.docfx/templates/cuemon/layout/_master.tmpl @@ -134,6 +134,9 @@ + + + {{/redirect_url}} \ No newline at end of file diff --git a/src/Cuemon.Core/Globalization/World.cs b/src/Cuemon.Core/Globalization/World.cs index c6ed1eb75..4901e2e10 100644 --- a/src/Cuemon.Core/Globalization/World.cs +++ b/src/Cuemon.Core/Globalization/World.cs @@ -43,12 +43,11 @@ public static class World /// /// Gets all UN M.49 geographic regions. /// - /// A read-only list of all instances. + /// A sequence of all instances. /// - /// The list includes the World region (code "001") and all geographic regions. - /// The collection is immutable and cached for the lifetime of the application. + /// The sequence includes the World region (code "001") and all geographic regions. /// - public static IReadOnlyList StatisticalRegions { get; } = UnM49Data.Value.Regions; + public static IEnumerable StatisticalRegions { get; } = UnM49Data.Value.Regions; /// /// Gets a region or country by its UN M.49 code.