diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-24 18:02:09 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | 0b2b70ac815f48fd83424c282fcf50ef97b08a7b (patch) | |
tree | b17e29ba3edd759c859e0b519290c338045a78f3 /lib/olm/qolmoutboundsession.h | |
parent | 5b072f7d2519df4c60cc6ae4ce728e99a09d8d44 (diff) | |
download | libquotient-0b2b70ac815f48fd83424c282fcf50ef97b08a7b.tar.gz libquotient-0b2b70ac815f48fd83424c282fcf50ef97b08a7b.zip |
Fix documentation typos
Co-authored-by: Tobias Fella <9750016+TobiasFella@users.noreply.github.com>
Diffstat (limited to 'lib/olm/qolmoutboundsession.h')
-rw-r--r-- | lib/olm/qolmoutboundsession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/olm/qolmoutboundsession.h b/lib/olm/qolmoutboundsession.h index 41eb874a..2e1439d3 100644 --- a/lib/olm/qolmoutboundsession.h +++ b/lib/olm/qolmoutboundsession.h @@ -21,7 +21,7 @@ public: //! Serialises an `QOlmOutboundGroupSession` to encrypted Base64. std::variant<QByteArray, OlmError> pickle(const PicklingMode &mode); //! Deserialises from encrypted Base64 that was previously obtained by - //! pickling an `QOlmOutboundGroupSession`. + //! pickling a `QOlmOutboundGroupSession`. static std::variant<QOlmOutboundGroupSession, OlmError> unpickle(QByteArray &pickled, const PicklingMode &mode); //! Encrypts a plaintext message using the session. std::variant<QString, OlmError> encrypt(QString &plaintext); |