Skip to content

Commit 15d3979

Browse files
Update jsonPatch.md ExpandoObject (#35443)
1 parent bb32864 commit 15d3979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/jsonPatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These benchmarks highlight significant performance gains and reduced memory usag
2828

2929
Notes:
3030
* The new implementation isn't a drop-in replacement for the legacy implementation. In particular:
31-
* The new implementation doesn't support dynamic types, for example, [`ExpandoObject`](/dotnet/api/system.dynamic.expandoobject.
31+
* The new implementation doesn't support dynamic types, for example, [`ExpandoObject`](/dotnet/api/system.dynamic.expandoobject).
3232
* The JSON Patch standard has ***inherent security risks***. Since these risks are inherent to the JSON Patch standard, the new implementation ***doesn't attempt to mitigate inherent security risks***. It's the responsibility of the developer to ensure that the JSON Patch document is safe to apply to the target object. For more information, see the [Mitigating Security Risks](#mitigating-security-risks) section.
3333

3434
#### Usage

0 commit comments

Comments
 (0)