Skip to content

Commit 9cfd0f5

Browse files
committed
JS: fix qldoc
1 parent 1556b1a commit 9cfd0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ module Cryptography {
121121
* A data-flow node that is an application of a cryptographic algorithm. For example,
122122
* encryption, decryption, signature-validation.
123123
*
124-
* Extend this class to model new APIs. If you want to refine existing API models,
125-
* extend `CryptographicOperation` instead.
124+
* Extend this class to refine existing API models. If you want to model new APIs,
125+
* extend `CryptographicOperation::Range` instead.
126126
*/
127127
class CryptographicOperation extends SC::CryptographicOperation instanceof CryptographicOperation::Range {
128128
/**

0 commit comments

Comments
 (0)