Skip to content

Commit 0ecc7cb

Browse files
committed
spelling: enumerable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent a68a61d commit 0ecc7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Util/Enumerators.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class Enumerators
88
/// Create an enumerable with a single element.
99
/// </summary>
1010
///
11-
/// <typeparam name="T">The type of the enumerble/element.</typeparam>
11+
/// <typeparam name="T">The type of the enumerable/element.</typeparam>
1212
/// <param name="t">The element.</param>
1313
/// <returns>An enumerable containing a single element.</returns>
1414
public static IEnumerable<T> Singleton<T>(T t)

0 commit comments

Comments
 (0)