Skip to content

Commit 9ecff07

Browse files
committed
Fix non-ascii character in docs
1 parent 6b7612f commit 9ecff07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/extraction/ExtractEndpointDataTraining.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ query predicate trainingEndpoints(
9999
or
100100
// If the list of characteristics includes negative indicators with high confidence for all classes other than 0,
101101
// select this as a training sample of class 0 (this means we had query-specific characteristics to decide this
102-
// endpoint isnt a sink for each of our sink types).
102+
// endpoint isn't a sink for each of our sink types).
103103
endpointClass instanceof NegativeType and
104104
forall(EndpointType otherClass | not otherClass instanceof NegativeType |
105105
exists(EndpointCharacteristic characteristic2, float confidence |

0 commit comments

Comments
 (0)