Skip to content

Commit 563f573

Browse files
committed
fixup! refactor(indexeddb): expose hash_key fn in serializer for keys represented as bytes rather than strings
Signed-off-by: Michael Goldenberg <[email protected]>
1 parent d319f19 commit 563f573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-indexeddb/src/serializer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl IndexeddbSerializer {
9696
/// that are represented as byte arrays, as it prevents having to convert
9797
/// the byte array into a string and then back into a byte array.
9898
///
99-
/// **Note:** that when dealing with keys which will be encoded as strings,
99+
/// **Note** that when dealing with keys which will be encoded as strings,
100100
/// it is recommended to use [`encode_key`](Self::encode_key), as it
101101
/// ensures that strings are safe for use as a key.
102102
#[allow(unused)]

0 commit comments

Comments
 (0)