From d2cfcb4c9eaef32c99e7555f596d8e0576e86708 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:28:04 +0000 Subject: [PATCH] Update rust/ql/lib/codeql/rust/internal/ConceptsShared.qll Co-authored-by: Simon Friis Vindum --- rust/ql/lib/codeql/rust/internal/ConceptsShared.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ql/lib/codeql/rust/internal/ConceptsShared.qll b/rust/ql/lib/codeql/rust/internal/ConceptsShared.qll index 135f830e47dc..78e454fe28bf 100644 --- a/rust/ql/lib/codeql/rust/internal/ConceptsShared.qll +++ b/rust/ql/lib/codeql/rust/internal/ConceptsShared.qll @@ -30,7 +30,7 @@ module Cryptography { class PasswordHashingAlgorithm = CryptoAlgorithms::PasswordHashingAlgorithm; /** - * A data-flow node that is an application of a cryptographic algorithm. For example, + * A data flow node that is an application of a cryptographic algorithm. For example, * encryption, decryption, signature-validation. * * Extend this class to refine existing API models. If you want to model new APIs,