Skip to content

Commit 23b2d43

Browse files
erik-kroghtausbn
andauthored
QL: Update ql/src/queries/style/RankOne.ql
Co-authored-by: Taus <tausbn@github.com>
1 parent b45a793 commit 23b2d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/queries/style/RankOne.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @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(..)`.
3+
* @description Selecting the minimum element using `rank[1](..)` performs worse than doing the same thing with `min(..)`.
44
* @kind problem
55
* @problem.severity warning
66
* @id ql/rank-one

0 commit comments

Comments
 (0)