Fixed minor spelling error in comments.

This commit is contained in:
David Rovani 2016-12-23 09:33:39 -06:00 committed by GitHub
parent c8c2dfaad9
commit 5966024d01
1 changed files with 1 additions and 1 deletions

View File

@ -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>