Skip to content

Commit be5e8da

Browse files
Update javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/FunctionBodyFeatures.qll
Co-authored-by: Henry Mercer <[email protected]>
1 parent e57a0e0 commit be5e8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/FunctionBodyFeatures.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ASTNode getAnASTNodeWithAFeature(Function f) {
127127
result = getAnASTNodeToFeaturize(f)
128128
}
129129

130-
/** Returns the number of source-code characters in a function. */
130+
/** Returns the number of source-code characters in a function. */
131131
int getNumCharsInFunction(Function f) {
132132
result =
133133
strictsum(ASTNode node | node = getAnASTNodeWithAFeature(f) | getTokenizedAstNode(node).length())

0 commit comments

Comments
 (0)