diff --git a/Quotient/e2ee/qolmsession.h b/Quotient/e2ee/qolmsession.h index 3ca01685e..ccc6be930 100644 --- a/Quotient/e2ee/qolmsession.h +++ b/Quotient/e2ee/qolmsession.h @@ -29,7 +29,7 @@ class QUOTIENT_API QOlmSession //! Decrypts a message using this session. Decoding is lossy, meaning if //! the decrypted plaintext contains invalid UTF-8 symbols, they will - //! be returned as `U+FFFD` (�). + //! be returned as `U+FFFD`. QOlmExpected decrypt(const QOlmMessage &message) const; //! Get a base64-encoded identifier for this session.