Skip to content

Commit cf4a3e0

Browse files
committed
Ruby: 'a' -> 'an' in a qldoc
1 parent fe8945b commit cf4a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ActionControllerClass extends DataFlow::ClassNode {
5353
}
5454

5555
/**
56-
* Gets a `ActionControllerActionMethod` defined in this class.
56+
* Gets an `ActionControllerActionMethod` defined in this class.
5757
*/
5858
ActionControllerActionMethod getAnAction() { result = this.getAnInstanceMethod().asMethod() }
5959

0 commit comments

Comments
 (0)