diff --git a/xml/System.Runtime.CompilerServices/Unsafe.xml b/xml/System.Runtime.CompilerServices/Unsafe.xml index c4b45321cee..6e48129b609 100644 --- a/xml/System.Runtime.CompilerServices/Unsafe.xml +++ b/xml/System.Runtime.CompilerServices/Unsafe.xml @@ -309,10 +309,10 @@ - The type which the object will be cast to. - The object to cast. - Casts the given object to the specified type. - The original object, casted to the given type. + The type which the object will be reinterpreted as. + The object to reinterpret. + Reinterprets the specified object as an object of type . + The original object, reinterpreted as the specified type. To be added.