Skip to content

Commit 4f53264

Browse files
committed
change 'may' to 'might'
1 parent 36ab5c6 commit 4f53264

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.ComponentModel/ICustomTypeDescriptor.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
</ReturnValue>
333333
<Parameters />
334334
<Docs>
335-
<summary>Returns a type converter for this instance of a component that may be registered.</summary>
335+
<summary>Returns a type converter for this instance of a component that might be registered.</summary>
336336
<returns>A <see cref="T:System.ComponentModel.TypeConverter" /> that is the converter for this object, or <see langword="null" /> if there is no <see cref="T:System.ComponentModel.TypeConverter" /> for this object.</returns>
337337
<remarks>
338338
<format type="text/markdown"><![CDATA[
@@ -685,7 +685,7 @@
685685
</ReturnValue>
686686
<Parameters />
687687
<Docs>
688-
<summary>Returns the events for this instance of a component that may be registered.</summary>
688+
<summary>Returns the events for this instance of a component that might be registered.</summary>
689689
<returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the events for this component instance.</returns>
690690
<remarks>
691691
<format type="text/markdown"><![CDATA[
@@ -872,7 +872,7 @@
872872
</ReturnValue>
873873
<Parameters />
874874
<Docs>
875-
<summary>Returns the properties for this instance of a component that may be registered.</summary>
875+
<summary>Returns the properties for this instance of a component that might be registered.</summary>
876876
<returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties for this component instance.</returns>
877877
<remarks>
878878
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)