Skip to content

Commit 2fef1ab

Browse files
nschonniRon Petrusha
authored andcommitted
typo: Thismethod -> This method (#2187)
1 parent c9989cf commit 2fef1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Specialized/StringCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@
15331533
<format type="text/markdown"><![CDATA[
15341534
15351535
## Remarks
1536-
Thismethod provides the ability to access a specific element in the collection by using the following syntax: `myCollection[index]`.
1536+
This method provides the ability to access a specific element in the collection by using the following syntax: `myCollection[index]`.
15371537
15381538
The C# language uses the [this](~/docs/csharp/language-reference/keywords/this.md) keyword to define the indexers instead of implementing the <xref:System.Collections.Specialized.StringCollection.System%23Collections%23IList%23Item%2A> property. Visual Basic implements <xref:System.Collections.Specialized.StringCollection.System%23Collections%23IList%23Item%2A> as a default property, which provides the same indexing functionality.
15391539

0 commit comments

Comments
 (0)