use A/An/The to start qlDoc for classes

This commit is contained in:
Erik Krogh Kristensen
2021-11-18 15:42:45 +01:00
parent 6c2713dd8b
commit af55f172ae
6 changed files with 12 additions and 10 deletions

View File

@@ -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) {

View File

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