You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/EndpointCharacteristics.qll
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ abstract class EndpointCharacteristic extends string {
36
36
* isPositiveIndicator: If true, this characteristic indicates that this endpoint _is_ a member of the class; if
37
37
* false, it indicates that it _isn't_ a member of the class.
38
38
* 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
40
40
* 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.
0 commit comments