Skip to content

Commit a410807

Browse files
toger5AndrewFerr
andauthored
Update crates/matrix-sdk/src/widget/machine/driver_req.rs
Co-authored-by: Andrew Ferrazzutti <[email protected]> Signed-off-by: Timo <[email protected]>
1 parent 18345d1 commit a410807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/widget/machine/driver_req.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ pub(crate) struct SendEventRequest {
219219
pub(crate) state_key: Option<String>,
220220
/// Raw content of an event.
221221
pub(crate) content: Box<RawJsonValue>,
222-
/// Addition send event parameters to send a future
222+
/// Additional send event parameters to send a future
223223
#[serde(flatten)]
224224
pub(crate) future_parameters: Option<FutureParameters>,
225225
}

0 commit comments

Comments
 (0)