Skip to content

Commit 79f412f

Browse files
committed
C#: Fix tags typo
1 parent 2e5af67 commit 79f412f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Performance/UseTryGetValue.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @problem.severity recommendation
77
* @precision high
88
* @id cs/inefficient-containskey
9-
* @tag maintainability efficiency
9+
* @tags maintainability efficiency
1010
*/
1111

1212
import csharp

0 commit comments

Comments
 (0)