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 18345d1 commit a410807Copy full SHA for a410807
crates/matrix-sdk/src/widget/machine/driver_req.rs
@@ -219,7 +219,7 @@ pub(crate) struct SendEventRequest {
219
pub(crate) state_key: Option<String>,
220
/// Raw content of an event.
221
pub(crate) content: Box<RawJsonValue>,
222
- /// Addition send event parameters to send a future
+ /// Additional send event parameters to send a future
223
#[serde(flatten)]
224
pub(crate) future_parameters: Option<FutureParameters>,
225
}
0 commit comments