We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68a61d commit 0ecc7cbCopy full SHA for 0ecc7cb
csharp/extractor/Semmle.Util/Enumerators.cs
@@ -8,7 +8,7 @@ public static class Enumerators
8
/// Create an enumerable with a single element.
9
/// </summary>
10
///
11
- /// <typeparam name="T">The type of the enumerble/element.</typeparam>
+ /// <typeparam name="T">The type of the enumerable/element.</typeparam>
12
/// <param name="t">The element.</param>
13
/// <returns>An enumerable containing a single element.</returns>
14
public static IEnumerable<T> Singleton<T>(T t)
0 commit comments