mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Ruby: 'a' -> 'an' in a qldoc
This commit is contained in:
@@ -53,7 +53,7 @@ class ActionControllerClass extends DataFlow::ClassNode {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a `ActionControllerActionMethod` defined in this class.
|
||||
* Gets an `ActionControllerActionMethod` defined in this class.
|
||||
*/
|
||||
ActionControllerActionMethod getAnAction() { result = this.getAnInstanceMethod().asMethod() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user