diff --git a/cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp b/cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp index 53412195572..8fe51fe5a92 100644 --- a/cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp +++ b/cpp/ql/src/Likely Bugs/Protocols/UseOfDeprecatedHardcodedProtocol.qhelp @@ -12,7 +12,7 @@ -

In the following example, the sslv2 protocol is specified. This protocol is out-of-date and its use is not recommended.

+

In the following example, the sslv2 protocol is specified. This protocol is out of date and its use is not recommended.

In the corrected example, the tlsv13 protocol is used instead.