diff --git a/csharp/ql/src/Bad Practices/PathCombine.ql b/csharp/ql/src/Bad Practices/PathCombine.ql index 0a734d45f3c..24f3ecc8e23 100644 --- a/csharp/ql/src/Bad Practices/PathCombine.ql +++ b/csharp/ql/src/Bad Practices/PathCombine.ql @@ -1,6 +1,6 @@ /** * @name Calls to System.IO.Path.Combine may silently drop its earlier arguments - * @description Path.Combine may silently drop its earlier arguments + * @description Path.Combine may silently drop its earlier arguments * if its later arguments are absolute paths. * @kind problem * @problem.severity recommendation