Fixed minor spelling error in comments.
This commit is contained in:
parent
c8c2dfaad9
commit
5966024d01
|
|
@ -123,7 +123,7 @@ namespace Microsoft.AspNetCore.JsonPatch
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Copy the value at specified location to the target location. Willr esult in, for example:
|
||||
/// Copy the value at specified location to the target location. Will result in, for example:
|
||||
/// { "op": "copy", "from": "/a/b/c", "path": "/a/b/e" }
|
||||
/// </summary>
|
||||
/// <param name="from">source location</param>
|
||||
|
|
|
|||
Loading…
Reference in New Issue