diff --git a/GBase/Helpers/Enumerables.cs b/GBase/Helpers/Enumerables.cs
index bcf366c..1c4bc06 100644
--- a/GBase/Helpers/Enumerables.cs
+++ b/GBase/Helpers/Enumerables.cs
@@ -20,7 +20,7 @@ namespace GBase.Helpers
/// Convert an to a GBase
///
/// The
- ///
+ /// The converted as a GBase
public static string ToGBaseString(this IEnumerable enumerable)
{
StringBuilder @string = new StringBuilder();