Skip to content

Commit ee5e134

Browse files
authored
fix typo "forthe" (#6238)
1 parent 4f3d00b commit ee5e134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Annotations/ObservableDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ IEnumerator IEnumerable.GetEnumerator()
126126
}
127127

128128
/// <summary>
129-
/// Returns an enumerator forthe key/value pairs in this ContentLocatorPart.
129+
/// Returns an enumerator for the key/value pairs in this ContentLocatorPart.
130130
/// </summary>
131131
/// <returns>an enumerator for the key/value pairs; never returns null</returns>
132132
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

0 commit comments

Comments
 (0)