adds the right description to UmbracoHelper.Concatenate

This commit is contained in:
Søren Kottal
2018-10-17 11:22:55 +02:00
committed by Sebastiaan Janssen
parent 6996a06d64
commit 5dc67deeec

View File

@@ -1411,7 +1411,7 @@ namespace Umbraco.Web
}
/// <summary>
/// Will take the first non-null value in the collection and return the value of it.
/// Joins any number of int/string/objects into one string
/// </summary>
public string Concatenate(params object[] args)
{