Merge pull request #49 from drovani/patch-1

Fixed minor spelling error in comments.
This commit is contained in:
Eilon Lipton 2016-12-28 14:37:51 -08:00 committed by GitHub
commit 32c68c335c
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>