mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
use A/An/The to start qlDoc for classes
This commit is contained in:
@@ -17,7 +17,7 @@ private import codeql.ruby.printAst
|
||||
external string selectedSourceFile();
|
||||
|
||||
/**
|
||||
* Overrides the configuration to print only nodes in the selected source file.
|
||||
* A configuration that only prints nodes in the selected source file.
|
||||
*/
|
||||
class Cfg extends PrintAstConfiguration {
|
||||
override predicate shouldPrintNode(AstNode n) {
|
||||
|
||||
@@ -23,7 +23,7 @@ import codeql.ruby.dataflow.RemoteFlowSources
|
||||
import DataFlow::PathGraph
|
||||
|
||||
/**
|
||||
* Method calls that have a suggested replacement.
|
||||
* A method call that have a suggested replacement.
|
||||
*/
|
||||
abstract class Replacement extends DataFlow::CallNode {
|
||||
abstract string getFrom();
|
||||
|
||||
Reference in New Issue
Block a user