docs: Fixing invalid xml

This commit is contained in:
Chris Cameron
2018-05-07 14:26:11 -04:00
parent d24e17bc26
commit 9abf384bb4

View File

@@ -819,8 +819,7 @@ namespace ICD.Common.Utils.Extensions
}
/// <summary>
/// Wraps this object instance into an IEnumerable<T>
/// consisting of a single item.
/// Wraps this object instance into an IEnumerable consisting of a single item.
/// </summary>
/// <typeparam name="T"> Type of the object. </typeparam>
/// <param name="item"> The instance that will be wrapped. </param>