Browse Source

assosiated -> associated

pull/1751/head
Jane Doe 6 years ago
parent
commit
0c39ddbd9a
  1. 2
      ICSharpCode.Decompiler/Metadata/LightJson/JsonObject.cs

2
ICSharpCode.Decompiler/Metadata/LightJson/JsonObject.cs

@ -39,7 +39,7 @@ namespace LightJson
/// </summary> /// </summary>
/// <param name="key">The key of the property to get or set.</param> /// <param name="key">The key of the property to get or set.</param>
/// <remarks> /// <remarks>
/// The getter will return JsonValue.Null if the given key is not assosiated with any value. /// The getter will return JsonValue.Null if the given key is not associated with any value.
/// </remarks> /// </remarks>
public JsonValue this[string key] { public JsonValue this[string key] {
get { get {

Loading…
Cancel
Save