diff --git a/xml/System.Diagnostics.CodeAnalysis/UnscopedRefAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/UnscopedRefAttribute.xml
index cc51f6d2eee..649bfa10f40 100644
--- a/xml/System.Diagnostics.CodeAnalysis/UnscopedRefAttribute.xml
+++ b/xml/System.Diagnostics.CodeAnalysis/UnscopedRefAttribute.xml
@@ -37,7 +37,16 @@
parameters.
This attribute is used in those instances where the should be allowed to escape.
- Applying this attribute, in any form, has impact on consumers of the applicable API. It is necessary for API authors to understand the lifetime implications of applying this attribute and how it may impact their users.
+ Applying this attribute, in any form, has impact on consumers of the applicable API. It's necessary for API authors to understand the lifetime implications of applying this attribute and how it might impact their users.
+ is present on the module, so this attribute has its documented effect only in a module that's also annotated with `RefSafetyRulesAttribute`.
+
+ ]]>
diff --git a/xml/System.Runtime.CompilerServices/RefSafetyRulesAttribute.xml b/xml/System.Runtime.CompilerServices/RefSafetyRulesAttribute.xml
index 48ded811b5d..279be7b1384 100644
--- a/xml/System.Runtime.CompilerServices/RefSafetyRulesAttribute.xml
+++ b/xml/System.Runtime.CompilerServices/RefSafetyRulesAttribute.xml
@@ -28,7 +28,17 @@
Indicates the language version of the ref safety rules used when the module was compiled.
- To be added.
+
+
+