This commit is contained in:
Asger F 2022-11-03 10:13:39 +01:00
Родитель fe8945b5c9
Коммит cf4a3e0bbe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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