Skip to content

Commit 23bad36

Browse files
committed
Fix XML tag for 'returns' #2
1 parent a0ee0b0 commit 23bad36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System/Type.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6904,15 +6904,15 @@ If the current <xref:System.Type> represents a type parameter in the definition
69046904
<Parameters />
69056905
<Docs>
69066906
<summary>When overridden in a derived class, returns the optional custom modifiers of the current <see cref="T:System.Type" />.</summary>
6907-
<returns>An array of <see cref="T:System.Type" /> objects that identify the optional custom modifiers of the current <see cref="T:System.Type" />.</returns>
6907+
<returns>An array of <see cref="T:System.Type" /> objects that identify the optional custom modifiers of the current <see cref="T:System.Type" />.
69086908

69096909
-or-
69106910

6911-
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> has no custom modifiers.</returns>
6911+
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> has no custom modifiers.
69126912

69136913
-or-
69146914

6915-
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> is not a modified <see cref="T:System.Type" />. A modified <see cref="T:System.Type" /> is obtained from <see cref="T:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="T:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="T:System.Reflection.ParameterInfo.GetModifiedType()" /> </returns>
6915+
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> is not a modified <see cref="T:System.Type" />. A modified <see cref="T:System.Type" /> is obtained from <see cref="T:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="T:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="T:System.Reflection.ParameterInfo.GetModifiedType()" />
69166916
</returns>
69176917
<remarks>
69186918
<format type="text/markdown"><![CDATA[
@@ -16207,15 +16207,15 @@ If the value of this property is `true` for an array type, it can be used to cre
1620716207
<Parameters />
1620816208
<Docs>
1620916209
<summary>When overridden in a derived class, returns the required custom modifiers of the current <see cref="T:System.Type" />.</summary>
16210-
<returns>An array of <see cref="T:System.Type" /> objects that identify the required custom modifiers of the current <see cref="T:System.Type" />.</returns>
16210+
<returns>An array of <see cref="T:System.Type" /> objects that identify the required custom modifiers of the current <see cref="T:System.Type" />.
1621116211

1621216212
-or-
1621316213

16214-
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> has no custom modifiers.</returns>
16214+
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> has no custom modifiers.
1621516215

1621616216
-or-
1621716217

16218-
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> is not a modified <see cref="T:System.Type" />. A modified <see cref="T:System.Type" /> is obtained from <see cref="T:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="T:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="T:System.Reflection.ParameterInfo.GetModifiedType()" /> </returns>
16218+
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> is not a modified <see cref="T:System.Type" />. A modified <see cref="T:System.Type" /> is obtained from <see cref="T:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="T:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="T:System.Reflection.ParameterInfo.GetModifiedType()" />
1621916219
</returns>
1622016220
<remarks>
1622116221
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)