Skip to content

Commit 548ff47

Browse files
Jami Cogswelljcogs33
authored andcommitted
fix typo in QLDoc
1 parent f7ae4e8 commit 548ff47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abstract class InsufficientKeySizeSink extends DataFlow::Node {
2020
private module Asymmetric {
2121
/** Provides models for non-elliptic-curve asymmetric cryptography. */
2222
private module NonEllipticCurve {
23-
/** A source for an insufficient key size used in an RSA, DSA, and DH algorithms. */
23+
/** A source for an insufficient key size used in RSA, DSA, and DH algorithms. */
2424
private class Source extends InsufficientKeySizeSource {
2525
string algoName;
2626

@@ -31,7 +31,7 @@ private module Asymmetric {
3131
}
3232
}
3333

34-
/** A sink for an insufficient key size used in an RSA, DSA, and DH algorithms. */
34+
/** A sink for an insufficient key size used in RSA, DSA, and DH algorithms. */
3535
private class Sink extends InsufficientKeySizeSink {
3636
string algoName;
3737

0 commit comments

Comments
 (0)