We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f31632 commit 18f49edCopy full SHA for 18f49ed
1 file changed
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/FeedManager.cs
@@ -117,7 +117,7 @@ private string FeedsToRestoreArgument(IEnumerable<string> feeds)
117
/// <returns>A string representing the NuGet sources argument for the restore command.</returns>
118
public string? MakeRestoreSourcesArgument(string path, HashSet<string> reachableFeeds)
119
{
120
- // Do not construct an set of explicit NuGet sources to use for restore.
+ // Do not construct a set of explicit NuGet sources to use for restore.
121
if (!CheckNugetFeedResponsiveness && !HasPrivateRegistryFeeds)
122
123
return null;
0 commit comments