File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ A `ReadOnlySpan<T>` instance is often used to reference the elements of an array
179179 <param name =" array" >The array from which to create the <see cref =" T:System.ReadOnlySpan`1" />.</param >
180180 <summary >Creates a new <see cref =" T:System.ReadOnlySpan`1" /> over the entirety of a specified array.</summary >
181181 <remarks >
182- <format type =" text/markdown" ><![CDATA[ If the array is null, this constructor returns a null `ReadOnlySpan<T>`.]]> </format >
182+ <format type =" text/markdown" ><![CDATA[ If the ` array` is null, this constructor returns a `default` `ReadOnlySpan<T>`.]]> </format >
183183 </remarks >
184184 </Docs >
185185 </Member >
@@ -290,7 +290,7 @@ A `ReadOnlySpan<T>` instance is often used to reference the elements of an array
290290
291291### Remarks
292292
293- This method returns `default` when `array` is `null `.
293+ If the `array` is null, this constructor returns a `default` `ReadOnlySpan<T> `.
294294
295295 ]]> </format >
296296 </remarks >
You can’t perform that action at this time.
0 commit comments