Skip to content

Commit 0d6cea1

Browse files
committed
fix: wrong comment for Circum Icons
1 parent 6331065 commit 0d6cea1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/MahApps.Metro.IconPacks.CircumIcons/PackIconCircumIcons.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace MahApps.Metro.IconPacks
1111
{
1212
/// <summary>
13-
/// All icons sourced from GitHub Octicons <see><cref>https://github.com/Klarr-Agency/Circum-Icons</cref></see>
13+
/// All icons sourced from GitHub Circum Icons <see><cref>https://github.com/Klarr-Agency/Circum-Icons</cref></see>
1414
/// In accordance of <see><cref>https://github.com/Klarr-Agency/Circum-Icons?tab=MPL-2.0-1-ov-file</cref></see>.
1515
/// </summary>
1616
[MetaData("Circum Icons Free", "https://github.com/Klarr-Agency/Circum-Icons", "https://github.com/Klarr-Agency/Circum-Icons?tab=MPL-2.0-1-ov-file")]

src/MahApps.Metro.IconPacks.CircumIcons/PackIconCircumIconsKind.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/// List of available icons for use with <see cref="PackIconCircumIcons" />.
1313
/// </summary>
1414
/// <remarks>
15-
/// All icons sourced from GitHub Octicons <see><cref>https://github.com/Klarr-Agency/Circum-Icons</cref></see>
15+
/// All icons sourced from GitHub Circum Icons <see><cref>https://github.com/Klarr-Agency/Circum-Icons</cref></see>
1616
/// In accordance of <see><cref>https://github.com/Klarr-Agency/Circum-Icons?tab=MPL-2.0-1-ov-file</cref></see>.
1717
/// </remarks>
1818
public enum PackIconCircumIconsKind

src/MahApps.Metro.IconPacks.CircumIcons/PathIconCircumIcons.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace MahApps.Metro.IconPacks
99
{
1010
/// <summary>
11-
/// All icons sourced from GitHub Octicons <see><cref>https://github.com/Klarr-Agency/Circum-Icons</cref></see>
11+
/// All icons sourced from GitHub Circum Icons <see><cref>https://github.com/Klarr-Agency/Circum-Icons</cref></see>
1212
/// In accordance of <see><cref>https://github.com/Klarr-Agency/Circum-Icons?tab=MPL-2.0-1-ov-file</cref></see>.
1313
/// </summary>
1414
[MetaData("Circum Icons Free", "https://github.com/Klarr-Agency/Circum-Icons", "https://github.com/Klarr-Agency/Circum-Icons?tab=MPL-2.0-1-ov-file")]

0 commit comments

Comments
 (0)