Skip to content

Commit f5c1de8

Browse files
authored
Merge pull request github#3960 from calumgrant/cs/tag-inefficient-containskey
C#: Fix tags typo
2 parents 09f45ac + 79f412f commit f5c1de8

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)