Skip to content

Commit a7b9229

Browse files
committed
Ruby: fix a typo
1 parent 7dfa58b commit a7b9229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ruby/ql/lib/codeql/ruby/frameworks/core

ruby/ql/lib/codeql/ruby/frameworks/core/Hash.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module Hash {
3838

3939
/**
4040
* Gets a call to the method `name` invoked on the `Hash` object
41-
* (not on an hash instance).
41+
* (not on a hash instance).
4242
*/
4343
private MethodCall getAStaticHashCall(string name) {
4444
result.getMethodName() = name and

0 commit comments

Comments
 (0)