Fix typo in QLDoc

This commit is contained in:
Ed Minnix
2023-03-20 08:11:01 -04:00
parent 1c661fd3ac
commit 83b0d073f0

View File

@@ -28,7 +28,7 @@ private predicate alwaysReturnsTrue(HostnameVerifierVerify m) {
}
/**
* A class that s the `javax.net.ssl.HostnameVerifier.verify` method and **always** returns `true` (though it could also exit due to an uncaught exception), thus
* A class that overrides the `javax.net.ssl.HostnameVerifier.verify` method and **always** returns `true` (though it could also exit due to an uncaught exception), thus
* accepting any certificate despite a hostname mismatch.
*/
class TrustAllHostnameVerifier extends RefType {