Skip to content

Commit 4a9dc04

Browse files
committed
Removed bold on test behavior
1 parent 2637fb4 commit 4a9dc04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/web-api/jsonpatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Example:
179179

180180
### The `test` Operation
181181

182-
* Behavior**: If the value at the location indicated by `path` is different from the value provided in `value`, the request fails. In that case, the entire PATCH request fails, even if all other operations in the patch document would otherwise succeed.
182+
* If the value at the location indicated by `path` is different from the value provided in `value`, the request fails. In that case, the entire PATCH request fails, even if all other operations in the patch document would otherwise succeed.
183183

184184
Example:
185185

0 commit comments

Comments
 (0)