Skip to content

Commit 6cb01a2

Browse files
tiferetStephan Brandauer
andauthored
Apply suggestions from code review
Co-authored-by: Stephan Brandauer <[email protected]>
1 parent ac14b6d commit 6cb01a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ abstract class EndpointCharacteristic extends string {
3636
* isPositiveIndicator: If true, this characteristic indicates that this endpoint _is_ a member of the class; if
3737
* false, it indicates that it _isn't_ a member of the class.
3838
* confidence: A float in [0, 1], which tells us how strong an indicator this characteristic is for the endpoint
39-
* belonging / not belonging to the given class. A confidence near zero means this characterestic is a very weak
39+
* belonging / not belonging to the given class. A confidence near zero means this characteristic is a very weak
4040
* indicator of whether or not the endpoint belongs to the class. A confidence of 1 means that all endpoints with
41-
* this characteristic difinitively do/don't belong to the class.
41+
* this characteristic definitively do/don't belong to the class.
4242
*/
4343
abstract predicate getImplications(
4444
EndpointType endpointClass, boolean isPositiveIndicator, float confidence

0 commit comments

Comments
 (0)