diff --git a/xml/System.Runtime.CompilerServices/RuntimeFeature.xml b/xml/System.Runtime.CompilerServices/RuntimeFeature.xml index 15b707ff774..056fdeab70e 100644 --- a/xml/System.Runtime.CompilerServices/RuntimeFeature.xml +++ b/xml/System.Runtime.CompilerServices/RuntimeFeature.xml @@ -76,10 +76,9 @@ System.Boolean - - Gets a value that determines whether the runtime compiles dynamic code. - - if the runtime compiles dynamic code; if it does not compile dynamic code or doesn't know about this property. + Gets a value that indicates whether the runtime compiles dynamic code. + if the runtime compiles dynamic code; if it doesn't compile dynamic code or doesn't know about this property. + To be added. @@ -175,4 +174,4 @@ - \ No newline at end of file + diff --git a/xml/System.Runtime.Loader/AssemblyLoadContext.xml b/xml/System.Runtime.Loader/AssemblyLoadContext.xml index f3cd0fc7a37..a8aa11fa215 100644 --- a/xml/System.Runtime.Loader/AssemblyLoadContext.xml +++ b/xml/System.Runtime.Loader/AssemblyLoadContext.xml @@ -336,7 +336,7 @@ For more information, see [AssemblyLoadContext.CurrentContextualReflectionContex - To be added. + Allows the object to try to free resources and perform other cleanup operations before it's reclaimed by garbage collection. To be added.