1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00
This commit is contained in:
Matthew Hodgson
2018-02-20 12:37:52 +00:00
parent 7a31751564
commit ae14cf4740

View File

@@ -219,7 +219,7 @@ LocalIndexedDBStoreBackend.prototype = {
/** /**
* @param {boolean=} copy If false, the data returned is from internal * @param {boolean=} copy If false, the data returned is from internal
* buffers and must not be muated. Otherwise, a copy is made before * buffers and must not be mutated. Otherwise, a copy is made before
* returning such that the data can be safely mutated. Default: true. * returning such that the data can be safely mutated. Default: true.
* *
* @return {Promise} Resolves with a sync response to restore the * @return {Promise} Resolves with a sync response to restore the