Skip to content

Commit 611d04e

Browse files
committed
Rust: Revert stylistic change in shared file.
1 parent 1d72b75 commit 611d04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/ConceptsShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Cryptography {
3030
class PasswordHashingAlgorithm = CryptoAlgorithms::PasswordHashingAlgorithm;
3131

3232
/**
33-
* A data flow node that is an application of a cryptographic algorithm. For example,
33+
* A data-flow node that is an application of a cryptographic algorithm. For example,
3434
* encryption, decryption, signature-validation.
3535
*
3636
* Extend this class to refine existing API models. If you want to model new APIs,

0 commit comments

Comments
 (0)