We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45a793 commit 23b2d43Copy full SHA for 23b2d43
1 file changed
ql/src/queries/style/RankOne.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Selecting minimum element using `rank[1]`
3
- * @description Selecting the minimim element using `rank[1]` performs worse than doing the same thing with `min(..)`.
+ * @description Selecting the minimum element using `rank[1](..)` performs worse than doing the same thing with `min(..)`.
4
* @kind problem
5
* @problem.severity warning
6
* @id ql/rank-one
0 commit comments