diff --git a/Library/Base36.cs b/Library/Base36.cs
index 61ba5c0..12283f8 100644
--- a/Library/Base36.cs
+++ b/Library/Base36.cs
@@ -30,6 +30,7 @@ public static bool WouldOverflow(string value)
///
/// 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.
+ ///
/// First value of the comparison
/// Second value of the comparison
/// A integer indicating how the two values relate together