diff --git a/xml/System.Text.Json.Serialization/JsonSourceGenerationMode.xml b/xml/System.Text.Json.Serialization/JsonSourceGenerationMode.xml
index 26917fed2bf..dca9cfbcd4d 100644
--- a/xml/System.Text.Json.Serialization/JsonSourceGenerationMode.xml
+++ b/xml/System.Text.Json.Serialization/JsonSourceGenerationMode.xml
@@ -44,7 +44,7 @@
0
- When specified on , indicates that both type-metadata initialization logic and optimized serialization logic should be generated for all types. When specified on , indicates that the setting on should be used.
+ When specified on JsonSourceGenerationOptionsAttribute.GenerationMode, indicates that both type-metadata initialization logic and optimized serialization logic should be generated for all types. When specified on JsonSerializableAttribute.GenerationMode, indicates that the setting on JsonSourceGenerationOptionsAttribute.GenerationMode should be used.