mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
spelling: enumerable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Semmle.Util
|
||||
/// Create an enumerable with a single element.
|
||||
/// </summary>
|
||||
///
|
||||
/// <typeparam name="T">The type of the enumerble/element.</typeparam>
|
||||
/// <typeparam name="T">The type of the enumerable/element.</typeparam>
|
||||
/// <param name="t">The element.</param>
|
||||
/// <returns>An enumerable containing a single element.</returns>
|
||||
public static IEnumerable<T> Singleton<T>(T t)
|
||||
|
||||
Reference in New Issue
Block a user