You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Fix typos
This commit is contained in:
@@ -492,8 +492,8 @@ export class MatrixEvent extends EventEmitter {
|
|||||||
*
|
*
|
||||||
* @param {module:crypto} crypto crypto module
|
* @param {module:crypto} crypto crypto module
|
||||||
* @param {object} options
|
* @param {object} options
|
||||||
* @param {bool} options.isRetry True if this is a retry (enables more logging)
|
* @param {boolean} options.isRetry True if this is a retry (enables more logging)
|
||||||
* @param {bool} options.emit Emits "event.decrypted" if set to true
|
* @param {boolean} options.emit Emits "event.decrypted" if set to true
|
||||||
*
|
*
|
||||||
* @returns {Promise} promise which resolves (to undefined) when the decryption
|
* @returns {Promise} promise which resolves (to undefined) when the decryption
|
||||||
* attempt is completed.
|
* attempt is completed.
|
||||||
@@ -1258,6 +1258,6 @@ const REDACT_KEEP_CONTENT_MAP = {
|
|||||||
* @param {module:models/event.MatrixEvent} event
|
* @param {module:models/event.MatrixEvent} event
|
||||||
* The matrix event which has been decrypted
|
* The matrix event which has been decrypted
|
||||||
* @param {module:crypto/algorithms/base.DecryptionError?} err
|
* @param {module:crypto/algorithms/base.DecryptionError?} err
|
||||||
* The error that occured during decryption, or `undefined` if no
|
* The error that occurred during decryption, or `undefined` if no
|
||||||
* error occured.
|
* error occurred.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user