Skip to content

Commit fc98cd8

Browse files
committed
Fix naming standards
1 parent a8d4d6b commit fc98cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Grape.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private class GrapeHelperMethod extends Method {
301301
/**
302302
* Gets the API class that contains this helper method.
303303
*/
304-
GrapeApiClass getAPIClass() { result = apiClass }
304+
GrapeApiClass getApiClass() { result = apiClass }
305305
}
306306

307307
/**

0 commit comments

Comments
 (0)