Skip to content

Commit 368839e

Browse files
authored
JS: Fix QLDoc style in ExtractMisclassifiedEndpointFeatures.ql
1 parent db0b4fc commit 368839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/extraction/ExtractMisclassifiedEndpointFeatures.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EndpointType getEndpointType() { result instanceof NosqlInjectionSinkType }
1717
/** Get a positive endpoint. This will be run through the classifier to determine whether it is misclassified. */
1818
DataFlow::Node getAPositiveEndpoint() { result instanceof NosqlInjection::Sink }
1919

20-
/** ATM configuration to find misclassified endpoints of type `getEndpointType()`. */
20+
/** An ATM configuration to find misclassified endpoints of type `getEndpointType()`. */
2121
class ExtractMisclassifiedEndpointsATMConfig extends ATMConfig {
2222
ExtractMisclassifiedEndpointsATMConfig() { this = "ExtractMisclassifiedEndpointsATMConfig" }
2323

0 commit comments

Comments
 (0)