diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-10 20:43:09 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-10 20:43:09 +0200 |
commit | 90a5ad87ac455d1d1eb6401824312b28a318fddb (patch) | |
tree | d006483f6c5c91b042f566fe210bb9f6732df55e /lib/csapi/typing.h | |
parent | b04ff258cc60687fadf0129eba0be2071f0da00c (diff) | |
parent | 32d6616677bc4a94554527110e8d227aaf3aea34 (diff) | |
download | libquotient-90a5ad87ac455d1d1eb6401824312b28a318fddb.tar.gz libquotient-90a5ad87ac455d1d1eb6401824312b28a318fddb.zip |
Merge branch '0.6.x' into kitsune-fix-read-receipts-and-markers-0.6
Diffstat (limited to 'lib/csapi/typing.h')
-rw-r--r-- | lib/csapi/typing.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csapi/typing.h b/lib/csapi/typing.h index 2c953949..64a310d0 100644 --- a/lib/csapi/typing.h +++ b/lib/csapi/typing.h @@ -11,8 +11,8 @@ namespace Quotient { /*! \brief Informs the server that the user has started or stopped typing. * * This tells the server that the user is typing for the next N - * milliseconds where N is the value specified in the ``timeout`` key. - * Alternatively, if ``typing`` is ``false``, it tells the server that the + * milliseconds where N is the value specified in the `timeout` key. + * Alternatively, if `typing` is `false`, it tells the server that the * user has stopped typing. */ class SetTypingJob : public BaseJob { @@ -26,7 +26,7 @@ public: * The room in which the user is typing. * * \param typing - * Whether the user is typing or not. If ``false``, the ``timeout`` + * Whether the user is typing or not. If `false`, the `timeout` * key can be omitted. * * \param timeout |