Skip to content

Commit

Permalink
Fixed malformed XML comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tallesl committed May 23, 2024
1 parent e802b15 commit f6a7bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Base36.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static bool WouldOverflow(string value)
/// <summary>
/// Compare two specified base 36 values and returns an integer that indicates their relative position in the
/// sort order, similar to the string.Compare method.
/// </summary>
/// <param name="valueA">First value of the comparison</param>
/// <param name="valueB">Second value of the comparison</param>
/// <returns>A integer indicating how the two values relate together</returns>
Expand Down

0 comments on commit f6a7bcd

Please sign in to comment.