We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf20d5 commit 63e1731Copy full SHA for 63e1731
csharp/extractor/Semmle.Util/FuzzyDictionary.cs
@@ -133,7 +133,7 @@ private static string StripDigits(string input)
133
/// </summary>
134
/// <param name="input">The string to enumerate.</param>
135
/// <returns>The sequence of integers.</returns>
136
- public static IEnumerable<int> ExtractIntegers(string input)
+ private static IEnumerable<int> ExtractIntegers(string input)
137
{
138
var inNumber = false;
139
var value = 0;
0 commit comments