diff --git a/xml/System/GC.xml b/xml/System/GC.xml
index 25377a2483b..2ad9852c137 100644
--- a/xml/System/GC.xml
+++ b/xml/System/GC.xml
@@ -263,7 +263,7 @@ If pinned is set to `true`, `T` must not be a reference type or a type that cont
Specifies the length of the array.
Specifies whether the allocated array must be pinned.
Allocates an array while skipping zero-initialization, if possible.
- An array object with uninitialized memory except if it contains references or if it's too small for unpinned.
+ An array object with uninitialized memory.