We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfa58b commit a7b9229Copy full SHA for a7b9229
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/core/Hash.qll
@@ -38,7 +38,7 @@ module Hash {
38
39
/**
40
* Gets a call to the method `name` invoked on the `Hash` object
41
- * (not on an hash instance).
+ * (not on a hash instance).
42
*/
43
private MethodCall getAStaticHashCall(string name) {
44
result.getMethodName() = name and
0 commit comments