Skip to content

Commit f82752f

Browse files
committed
update aot note on schemagen
1 parent 1402dd1 commit f82752f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs/schema/schemagen/schema-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var schema = schemaBuilder.FromType<MyType>().Build();
1616

1717
Done.
1818

19-
> The validating converter described in this document requires AOT-incompatible reflection to operate, so it may cause errors in a Native AOT context.
19+
> This library uses AOT-incompatible reflection to operate, so it may cause errors in a Native AOT context.
2020
{: .prompt-warning}
2121

2222
## IMPORTANT {#schema-schemagen-disclaimer}

0 commit comments

Comments
 (0)