mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Apply suggestions from code review
Co-authored-by: Dave Bartolomeo <dbartol@github.com>
This commit is contained in:
@@ -391,7 +391,7 @@ class ParametersNode extends PrintASTNode, TParametersNode {
|
||||
override ASTNode getChild(int childIndex) { result.getAST() = func.getParameter(childIndex) }
|
||||
|
||||
/**
|
||||
* Gets the function for which this node represents the parameters.
|
||||
* Gets the `Function` for which this node represents the parameters.
|
||||
*/
|
||||
final Function getFunction() { result = func }
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ newtype RelationStrictness =
|
||||
*/
|
||||
Strict() or
|
||||
/**
|
||||
* Represents that a relation is 'non-strict' (that is, a `<+` or `>+` relation)
|
||||
* Represents that a relation is 'non-strict' (that is, a `<=` or `>=` relation)
|
||||
*/
|
||||
Nonstrict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user