Skip to content

Commit bbab412

Browse files
authored
Merge pull request #4008 from batzen/patch-1
Fixing documentation
2 parents 272e559 + 39730bb commit bbab412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MahApps.Metro/Theming/MahAppsLibraryThemeProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace MahApps.Metro.Theming
99
{
1010
/// <summary>
11-
/// Provides theme resources from Fluent.Ribbon.
11+
/// Provides theme resources from MahApps.Metro.
1212
/// </summary>
1313
public class MahAppsLibraryThemeProvider : LibraryThemeProvider
1414
{
@@ -32,4 +32,4 @@ public override void FillColorSchemeValues(Dictionary<string, string> values, Ru
3232
values.Add("MahApps.Colors.IdealForeground", colorValues.IdealForegroundColor.ToString());
3333
}
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)