Contributing: Fix a typo (#18135)
This commit is contained in:
parent
c17ce436b8
commit
ad9cf5bcd3
|
|
@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.JsonPatch.Helpers
|
||||||
public object PropertyValue { get; private set; }
|
public object PropertyValue { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// HasError: true when an error occurred, the operation didn't complete succesfully
|
/// HasError: true when an error occurred, the operation didn't complete successfully
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool HasError { get; private set; }
|
public bool HasError { get; private set; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue