Skip to content

Commit 7423f6f

Browse files
authored
Fix typo in warning message for Path.Combine
1 parent 576f270 commit 7423f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Bad Practices/PathCombine.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ import semmle.code.csharp.frameworks.System
1616

1717
from MethodCall call
1818
where call.getTarget().hasFullyQualifiedName("System.IO", "Path", "Combine")
19-
select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments"
19+
select call, "Call to 'System.IO.Path.Combine' may silently drop its earlier arguments."

0 commit comments

Comments
 (0)