Skip to content

Commit 0c79764

Browse files
committed
Fixed incorrect XML docs
1 parent ca46e0c commit 0c79764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.HighPerformance/Extensions/StringExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static int Count(this string text, char c)
109109
/// {
110110
/// // Access the index and value of each item here...
111111
/// int index = item.Index;
112-
/// string value = item.Value;
112+
/// char value = item.Value;
113113
/// }
114114
/// </code>
115115
/// The compiler will take care of properly setting up the <see langword="foreach"/> loop with the type returned from this method.

0 commit comments

Comments
 (0)