Drop leading "I" from IStringLocalizerExtensions

This commit is contained in:
damianedwards 2015-05-18 10:11:01 -07:00
parent 2ba7049648
commit cda137ca9f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace Microsoft.Framework.Localization namespace Microsoft.Framework.Localization
{ {
public static class IStringLocalizerExtensions public static class StringLocalizerExtensions
{ {
/// <summary> /// <summary>
/// Gets the string resource with the given name. /// Gets the string resource with the given name.