Skip to content

Commit 4d20710

Browse files
committed
Fix QLDoc
1 parent 999acb0 commit 4d20710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/UnsafeCertTrust.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SslConnectionCreation extends DataFlow::Node {
4444
}
4545

4646
/**
47-
* An SSL object that correctly verifies hostnames, or doesn't need to (because e.g. it's a server).
47+
* An SSL object that correctly verifies hostnames, or doesn't need to (for instance, because it's a server).
4848
*
4949
* This is a sanitizer for `SslEndpointIdentificationFlowConfig`.
5050
*/

0 commit comments

Comments
 (0)