- fix method comment

master
Simon G 5 years ago
parent beed882e91
commit 5f0dae02d9
  1. 2
      GBase/Helpers/Enumerables.cs

@ -20,7 +20,7 @@ namespace GBase.Helpers
/// Convert an <see cref="IEnumerable"/> to a GBase <see cref="string"/> /// Convert an <see cref="IEnumerable"/> to a GBase <see cref="string"/>
/// </summary> /// </summary>
/// <param name="enumerable">The <see cref="IEnumerable"/></param> /// <param name="enumerable">The <see cref="IEnumerable"/></param>
/// <returns></returns> /// <returns>The converted <see cref="IEnumerable"/> as a GBase <see cref="string"/></returns>
public static string ToGBaseString(this IEnumerable enumerable) public static string ToGBaseString(this IEnumerable enumerable)
{ {
StringBuilder @string = new StringBuilder(); StringBuilder @string = new StringBuilder();

Loading…
Cancel
Save