We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d319f19 commit 563f573Copy full SHA for 563f573
crates/matrix-sdk-indexeddb/src/serializer.rs
@@ -96,7 +96,7 @@ impl IndexeddbSerializer {
96
/// that are represented as byte arrays, as it prevents having to convert
97
/// the byte array into a string and then back into a byte array.
98
///
99
- /// **Note:** that when dealing with keys which will be encoded as strings,
+ /// **Note** that when dealing with keys which will be encoded as strings,
100
/// it is recommended to use [`encode_key`](Self::encode_key), as it
101
/// ensures that strings are safe for use as a key.
102
#[allow(unused)]
0 commit comments