Skip to content

Commit f432c0b

Browse files
Update docs/core/compatibility/serialization/7.0/reflection-fallback.md
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
1 parent 70f397d commit f432c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/compatibility/serialization/7.0/reflection-fallback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This will let your application take full advantage of the benefits of source gen
8686

8787
In certain cases, however, making such a change might not be practical or possible. Even though it's not recommended, there are a couple of ways you can re-enable reflection fallback in your source-generated serializer.
8888

89-
### Using a custom contract resolver
89+
### Use a custom contract resolver
9090

9191
You can use the new contract customization feature to build a custom contract resolver that falls back to reflection-based resolution where required:
9292

0 commit comments

Comments
 (0)