mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-26 10:11:10 -04:00
doc(crypto-js): Fix typos.
This commit is contained in:
@@ -191,7 +191,7 @@ pub enum LocalTrust {
|
||||
/// The trust state of the device is being ignored.
|
||||
Ignored,
|
||||
|
||||
/// The trust stte is unset.
|
||||
/// The trust state is unset.
|
||||
Unset,
|
||||
}
|
||||
|
||||
|
||||
@@ -276,7 +276,7 @@ pub struct SigningKeysUploadRequest {
|
||||
/// A JSON-encoded object of form:
|
||||
///
|
||||
/// ```json
|
||||
/// {"master_key", …, "self_signing_key": …, "user_signing_key": …}
|
||||
/// {"master_key": …, "self_signing_key": …, "user_signing_key": …}
|
||||
/// ```
|
||||
#[wasm_bindgen(readonly)]
|
||||
pub body: JsString,
|
||||
|
||||
Reference in New Issue
Block a user