We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483ff49 commit 01c7990Copy full SHA for 01c7990
1 file changed
src/ICU4N/Impl/Utility.cs
@@ -1937,7 +1937,7 @@ public static int GetHashCode(object o)
1937
/// Note this takes into consideration the values in any nested collections.
1938
/// </summary>
1939
/// <param name="o">An object.</param>
1940
- /// <returns>the result of calling <see cref="Support.Collections.CollectionUtil.ToString(object)"/> for a non-null argument and "null" for a
+ /// <returns>the result of calling <see cref="CollectionUtil.ToString(object)"/> for a non-null argument and "null" for a
1941
/// null argument.</returns>
1942
public static string ToString(object o)
1943
{
0 commit comments