Fix typo in warning message for Path.Combine

This commit is contained in:
Jon Janego
2025-12-17 09:16:05 -06:00
committed by GitHub
parent 576f270753
commit 7423f6f99b

View File

@@ -16,4 +16,4 @@ import semmle.code.csharp.frameworks.System
from MethodCall call
where call.getTarget().hasFullyQualifiedName("System.IO", "Path", "Combine")
select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments"
select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments."