Ruby: 'a' -> 'an' in a qldoc

This commit is contained in:
Asger F
2022-11-03 10:13:39 +01:00
parent fe8945b5c9
commit cf4a3e0bbe

View File

@@ -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() }