Skip to content

Commit

Permalink
Xml doc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Apr 13, 2016
1 parent 8559ede commit 0dcbc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main/src/String/StringExtensions.Infix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public static string ToBase64(
/// <paramref name="str"/>. Default value is Integer.
/// </param>
/// <param name="provider">
/// An object that supplies culture-specific formatting information about <see cref="str"/>.
/// An object that supplies culture-specific formatting information about <paramref name="str"/>.
/// </param>
/// <returns>
/// When this method returns, contains the 32-bit signed integer value equivalent of the number contained in
Expand Down Expand Up @@ -271,7 +271,7 @@ public static string ToBase64(
/// <paramref name="str"/>. Default value is Float.
/// </param>
/// <param name="provider">
/// An object that supplies culture-specific formatting information about <see cref="str"/>.
/// An object that supplies culture-specific formatting information about <paramref name="str"/>.
/// </param>
/// <returns>
/// When this method returns, contains the <see cref="double"/> value equivalent of the number contained in
Expand Down

0 comments on commit 0dcbc55

Please sign in to comment.