Make LocalizedString a class

This commit is contained in:
damianedwards 2015-12-17 15:46:40 -08:00
parent f7f8d9b9eb
commit f55f32fdb8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace Microsoft.Extensions.Localization
/// <summary> /// <summary>
/// A locale specific string. /// A locale specific string.
/// </summary> /// </summary>
public struct LocalizedString public class LocalizedString
{ {
/// <summary> /// <summary>
/// Creates a new <see cref="LocalizedString"/>. /// Creates a new <see cref="LocalizedString"/>.