Fixed minor spelling error in comments.
This commit is contained in:
parent
c8c2dfaad9
commit
5966024d01
|
|
@ -123,7 +123,7 @@ namespace Microsoft.AspNetCore.JsonPatch
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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" }
|
/// { "op": "copy", "from": "/a/b/c", "path": "/a/b/e" }
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="from">source location</param>
|
/// <param name="from">source location</param>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue