Skip to content

Commit 0dcbc55

Browse files
committed
Xml doc warnings
1 parent 8559ede commit 0dcbc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Main/src/String/StringExtensions.Infix.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public static string ToBase64(
240240
/// <paramref name="str"/>. Default value is Integer.
241241
/// </param>
242242
/// <param name="provider">
243-
/// An object that supplies culture-specific formatting information about <see cref="str"/>.
243+
/// An object that supplies culture-specific formatting information about <paramref name="str"/>.
244244
/// </param>
245245
/// <returns>
246246
/// When this method returns, contains the 32-bit signed integer value equivalent of the number contained in
@@ -271,7 +271,7 @@ public static string ToBase64(
271271
/// <paramref name="str"/>. Default value is Float.
272272
/// </param>
273273
/// <param name="provider">
274-
/// An object that supplies culture-specific formatting information about <see cref="str"/>.
274+
/// An object that supplies culture-specific formatting information about <paramref name="str"/>.
275275
/// </param>
276276
/// <returns>
277277
/// When this method returns, contains the <see cref="double"/> value equivalent of the number contained in

0 commit comments

Comments
 (0)